On Tue, May 20, 2003 at 08:06:58PM +0200, c.christian.joensson@telia.com wrote: > On Tue, May 20, 2003 at 01:28:43PM +0200, Christian Joensson wrote: > > > stage1/xgcc -Bstage1/ -B/usr/local/gcc-binutils/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/. -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/config -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/../include \ > > /usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/gengtype-yacc.c -o gengtype-yacc.o > > /usr/share/bison/bison.simple: In function `yyparse': > > /usr/share/bison/bison.simple:774: internal compiler error: in trunc_int_for_mode, at explow.c:56 > > Please submit a full bug report, > > with preprocessed source if appropriate. > > See for instructions. > > Same thing with sparc-linux: > > Aurora SPARC Linux 1.0 (Ansel) SS20 dual SuperSparc-(II) sun4m: > > binutils-2.11.93.0.2-11sparc > bison-1.35-1 > dejagnu-1.4.2-10 (ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS) > expect-5.32.2-67 > gcc-2.96-113 > glibc-2.2.5-42 > glibc-kernheaders-2.4-7.16sparc > kernel-smp-2.4.20-3.4sparc (ftp://auroralinux.org/pub/aurora/corona/RPMS) > tcl-8.3.3-67 > > LAST_UPDATED: Tue May 20 16:47:50 UTC 2003 > > /usr/local/src/trunk/gcc-binutils/configure --prefix=/usr/local/gcc-binutils --enable-__cxa_atexit --enable-shared --enable-threads=posix --enable-languages=c,c++,f77,java,objc > > stage1/xgcc -Bstage1/ -B/usr/local/gcc-binutils/sparc-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I/usr/local/src/trunk/gcc-binutils/gcc -I/usr/local/src/trunk/gcc-binutils/gcc/. -I/usr/local/src/trunk/gcc-binutils/gcc/config -I/usr/local/src/trunk/gcc-binutils/gcc/../include /usr/local/src/trunk/gcc-binutils/gcc/errors.c -o errors.o > /usr/share/bison/bison.simple: In function `yyparse': > /usr/share/bison/bison.simple:774: internal compiler error: in trunc_int_for_mode, at explow.c:56 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > make[2]: *** [gengtype-yacc.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[2]: Leaving directory `/usr/local/src/trunk/objdir/gcc' > make[1]: *** [stage2_build] Error 2 > make[1]: Leaving directory `/usr/local/src/trunk/objdir/gcc' > make: *** [bootstrap-lean] Error 2 > > Anyone has any ideas of what is going on? > > Cheers, > > /ChJ Attached is the gengtype-yacc.i(!) preprocessed file... Here's the relevant bootstrap failure: stage1/xgcc -Bstage1/ -B/usr/local/gcc-binutils/sparc-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I/usr/local/src/trunk/gcc/gcc -I/usr/local/src/trunk/gcc/gcc/. -I/usr/local/src/trunk/gcc/gcc/config -I/usr/local/src/trunk/gcc/gcc/../include \ /usr/local/src/trunk/gcc/gcc/gengtype-yacc.c -o gengtype-yacc.o stage1/xgcc -Bstage1/ -B/usr/local/gcc-binutils/sparc-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I/usr/local/src/trunk/gcc/gcc -I/usr/local/src/trunk/gcc/gcc/. -I/usr/local/src/trunk/gcc/gcc/config -I/usr/local/src/trunk/gcc/gcc/../include /usr/local/src/trunk/gcc/gcc/errors.c -o errors.o stage1/xgcc -Bstage1/ -B/usr/local/gcc-binutils/sparc-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I/usr/local/src/trunk/gcc/gcc -I/usr/local/src/trunk/gcc/gcc/. -I/usr/local/src/trunk/gcc/gcc/config -I/usr/local/src/trunk/gcc/gcc/../include /usr/local/src/trunk/gcc/gcc/genpreds.c -o genpreds.o /usr/share/bison/bison.simple: In function `yyparse': /usr/share/bison/bison.simple:774: internal compiler error: in trunc_int_for_mode, at explow.c:56 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [gengtype-yacc.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/usr/local/src/trunk/objdir/gcc' make[1]: *** [stage2_build] Error 2 make[1]: Leaving directory `/usr/local/src/trunk/objdir/gcc' make: *** [bootstrap-lean] Error 2 Cheers, /ChJ