This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/22605] Alignment of struct on stack is no longer the maxium alignment



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]