Alignment should be set to 16bit like for gcc 2.95. There is absolutly no
difference between 32bit and 16bit alignment on the 68k architecture, the
access time is the same as far as I know.
That's true but alignment for stack (and generally any 32bit value) on 32bit boundary can gain some perfomance improvement on ct2/ct60/milan/hades. So it's just a coincidence there are no warning about misaligned stack with gcc2 compilation?