[Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"

2004-11-29 Thread thrall at vss dot fsi dot com
--- 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

[Bug c/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"

2004-11-29 Thread thrall at vss dot fsi dot com
--- Additional Comments From thrall at vss dot fsi dot com 2004-11-29 17:39 --- Created an attachment (id=7637) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7637&action=view) Output from make while compiling xvevent.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18723

[Bug c/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"

2004-11-29 Thread thrall at vss dot fsi dot com
--- Additional Comments From thrall at vss dot fsi dot com 2004-11-29 17:38 --- Created an attachment (id=7636) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7636&action=view) Bzip2'd preprocessed xvevent.c Bzip2'd preprocessed file containing the definition of

[Bug c/18723] New: [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"

2004-11-29 Thread thrall at vss dot fsi dot com
ine function argument with "-O2 -march=pentium4" Product: gcc Version: 3.4.4 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org Reporte