[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] GCC 4.2.2 and binary compatibility



Hello.

I made a new build of GCC 4.2.2, available here as usual:
http://vincent.riviere.free.fr/soft/m68k-atari-mint/

The new version is labeled 20071201.
The settings are the same as in the ancient GCC.
Functions return pointers and other types into d0.
Structure members are by default aligned on multiples of 2.
Parameters of type char and short are promoted to int before being pushed on the stack, even if a prototype is present.

There should not be any compatibility issue now, except the fact that, by design, GCC 4 is more strict than older versions.

Any feedback is welcome.

Vincent