This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12105] Local Variabels on "Out-of-phase" Alignment on x86
- 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: 29 Aug 2003 16:54:51 -0000
- Subject: [Bug c/12105] Local Variabels on "Out-of-phase" Alignment on x86
- References: <20030829160604.12105.dfoesch@cs.nmsu.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12105
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-29 16:54 -------
You know why it does not work at -O3 is because GCC is inlining the code for foo into main so it
still is a dup of the bug I referenced.