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]

Re: c++/3299: __attribute__((aligned(16))) seems to be ignored on x86


hubicka@gcc.gnu.org writes:

| Synopsis: __attribute__((aligned(16))) seems to be ignored on x86
| 
| State-Changed-From-To: open->closed
| State-Changed-By: hubicka
| State-Changed-When: Thu Oct 10 11:13:35 2002
| State-Changed-Why:
|     This is runtime problem that missaligns stack frame of function main.  You need to update to runtime compiled with gcc 3.0+ or not use aligned data in the function main (gcc aligns outgoing frame so the called functions will be aligned properly)

Jan,
  
  Please could you add a note to that effect in the documentation?
Thanks,

-- Gaby


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