------- Additional Comments From pluto at pld-linux dot org  2004-10-13 16:15 -------
(In reply to comment #1) 
> Does this work with i686-pc-linux-gnu as the target if so this is an 
optimization problem in the sense  
> -march=pentium3 causes the wrong code.  Also does this happen on the 
mainline. 
 
Currently I have installed gcc-3.4.3-20041008 (pentium3 target with -O2) 
and I can't rebuild any gcc34 snaphot (386 target with -O0) :/ 
 
# segv 
gcc -c -O0 -march=i386 -pipe -DIN_GCC   -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long  -Wno-error  
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. 
-I../../gcc/../include  ../../gcc/c-parse.c -o c-parse.o 
In file included from c-parse.y:48: 
../../gcc/output.h:107: internal compiler error: Segmentation fault 
 
make[2]: *** [c-parse.o] Error 1 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17312

Reply via email to