This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16660] attribute((aligned)) doesn't work for variables on the stack
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Mar 2006 17:43:49 -0000
- Subject: [Bug target/16660] attribute((aligned)) doesn't work for variables on the stack
- References: <bug-16660-1824@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-18 17:43 -------
Actually this is just a missed diagnostic. The compiler cannot align the stack
variables where the alignment is greater than stack alignment that the compiler
can give for the stack.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|wrong-code |diagnostic
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16660