[Bug middle-end/37742] ICE when compile mpich2-1.1.0a1

2008-10-07 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-10-07 20:45 --- Reducing ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37742

[Bug middle-end/37742] ICE when compile mpich2-1.1.0a1

2008-10-06 Thread linuxl4 at sohu dot com
--- Comment #5 from linuxl4 at sohu dot com 2008-10-07 05:07 --- gcc -O3 -march=pentium4 -c opsum.c fails. instead, gcc -O2 -march=pentium4 -c opsum.c or gcc -O3 -march=i686 -c opsum.c pass. -- linuxl4 at sohu dot com changed: What|Removed |Add

[Bug middle-end/37742] ICE when compile mpich2-1.1.0a1

2008-10-06 Thread linuxl4 at sohu dot com
--- Comment #4 from linuxl4 at sohu dot com 2008-10-07 05:02 --- Created an attachment (id=16471) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16471&action=view) the preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37742

[Bug middle-end/37742] ICE when compile mpich2-1.1.0a1

2008-10-06 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2008-10-06 16:31 --- If you read the URL gcc printed ( http://gcc.gnu.org/bugs.html ), you'll know how to produce it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37742

[Bug middle-end/37742] ICE when compile mpich2-1.1.0a1

2008-10-06 Thread linuxl4 at sohu dot com
--- Comment #2 from linuxl4 at sohu dot com 2008-10-06 16:21 --- I really don't know how to make the preprocessed source ,since no include path is given. the Makefile only give the message such as: CC ../../../../src/mpi/coll/opsum.c I will study it.someone maybe can hel

[Bug middle-end/37742] ICE when compile mpich2-1.1.0a1

2008-10-06 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-10-06 15:55 --- We need a testcase for this (preprocessed source of opsum.c). -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---