This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"
- From: "thrall at vss dot fsi dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Nov 2004 19:38:11 -0000
- Subject: [Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"
- References: <20041129173637.18723.thrall@vss.fsi.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From thrall at vss dot fsi dot com 2004-11-29 19:38 -------
-fno-strict-aliasing does make the segfault go away, but changing the line like
you suggested does not (the assembly for handleButtonEvent is exactly the same
up to the place it zeroes event, and it still segfaults in exactly the same
place).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18723