[Bug c/23972] New: Codegen Error in Inlined Code

2005-09-19 Thread evandro at yahoo dot com
ed at gcc dot gnu dot org ReportedBy: evandro at yahoo dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23972

[Bug c/23972] Codegen Error in Inlined Code

2005-09-19 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2005-09-19 20:05 --- Created an attachment (id=9776) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9776&action=view) Sample C++ code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23972

[Bug c/23972] Codegen Error in Inlined Code

2005-09-19 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2005-09-19 20:06 --- Created an attachment (id=9777) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9777&action=view) Preprocessed sample code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23972

[Bug c/23972] Codegen Error in Inlined Code

2005-09-19 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2005-09-19 20:08 --- (In reply to comment #0) > Better yet: > > movq%mm0, (%r8) # > emms Ahem, never mind... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23972

[Bug target/23972] Codegen Error in Inlined Code

2005-09-20 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2005-09-20 16:06 --- It would be nice if -Wall, -Wstrict-aliasing or -Wstrict-aliasing=2 caught it... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23972

[Bug target/23972] Codegen Error in Inlined Code

2005-09-20 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2005-09-20 16:43 --- -fno-strict-aliasing still doesn't result in the correct code. I agree with your assesment, but what am I missing? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23972

[Bug target/23972] Codegen Error in Inlined Code

2005-09-20 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2005-09-20 16:45 --- Ahem, never mind. My eyes are blury after looking at so much asm code... Sorry. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23972

[Bug target/21788] New: [x86_64] Wrong Code When Taking Address of Argument

2005-05-27 Thread evandro at yahoo dot com
rget AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: evandro at yahoo dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugz

[Bug target/21788] [x86_64] Wrong Code When Taking Address of Argument

2005-05-27 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2005-05-27 18:21 --- Created an attachment (id=8982) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8982&action=view) Test-case. If compiled for x86_64 with -O2 or greater, results in bogus code. -- http://gcc.

[Bug target/21788] [x86_64] Wrong Code When Taking Address of Argument

2005-05-27 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2005-05-27 18:39 --- (In reply to comment #2) The wonders of -Wall... Yes, -fno-strict-aliasing does help. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21788

[Bug libfortran/16135] [4.0 Regression] libfortran doesn't build, use of C99 types

2004-12-03 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2004-12-03 23:15 --- It now causes building natively on AMD64 to fail... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16135

[Bug libfortran/16135] [4.0 Regression] libfortran doesn't build, use of C99 types

2004-12-03 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2004-12-04 00:09 --- > The patch? If so, this would seem surprising: > http://gcc.gnu.org/ml/gcc-testresults/2004-12/msg00028.html It fails building libgfortran as of "make install". Could it be that there's a

[Bug libfortran/16135] [4.0 Regression] libfortran doesn't build, use of C99 types

2004-12-03 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2004-12-04 00:13 --- (In reply to comment #14) > > The patch? If so, this would seem surprising: > > http://gcc.gnu.org/ml/gcc-testresults/2004-12/msg00028.html > > It fails building libgfortran as of "make

[Bug libfortran/16135] [4.0 Regression] libfortran doesn't build, use of C99 types

2004-12-04 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2004-12-04 18:06 --- Never mind, it was a dud. My bad... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16135