------- Comment #4 from pinskia at gcc dot gnu dot org 2007-09-29 20:42 ------- if you want aligned arrays use attribute aligned. Now GCC should automatically doing it for non -Os/stack saving mode for optimization reasons but other than that, you cannot depend on the alignment.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22605