On i386-unknown-freebsd4.10 I started to see the following part of the bootstrap go into an endless loop (that is, not terminating after more than a day and being killed via a system ulimit):
ASM_HIDDEN_OP='' \ GCC_FOR_TARGET=' ./xgcc -B./ -B/sw/gcc-current/i386-unknown-freebsd4.10/bin/ -isystem /sw/gcc-current/i386-unknown-freebsd4.10/include -isystem /sw/gcc-current/i386-unknown-freebsd4.10/sys-include -L/files/pfeifer/OBJ-0814-0208/gcc/../ld' \ mkinstalldirs='/bin/sh /sw/test/gcc/cvs/gcc/../mkinstalldirs' \ /bin/sh mklibgcc > tmp-libgcc.mk mv tmp-libgcc.mk libgcc.mk ./xgcc -B./ -B/sw/gcc-current/i386-unknown-freebsd4.10/bin/ -isystem /sw/gcc-current/i386-unknown-freebsd4.10/include -isystem /sw/gcc-current/i386-unknown-freebsd4.10/sys-include -L/files/pfeifer/OBJ-0814-0208/gcc/../ld -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I/sw/test/gcc/cvs/gcc -I/sw/test/gcc/cvs/gcc/. -I/sw/test/gcc/cvs/gcc/../include -I./../intl -I/sw/test/gcc/cvs/gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time \ -c /sw/test/gcc/cvs/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o xgcc: Internal error: Terminated (program cc1) Please submit a full bug report. See <URL:http://gcc.gnu.org/bugs.html> for instructions. gmake[2]: *** [crtbegin.o] Error 1 gmake[2]: Leaving directory `/files/pfeifer/OBJ-0814-0208/gcc' gmake[1]: *** [stage2_build] Error 2 gmake[1]: Leaving directory `/files/pfeifer/OBJ-0814-0208/gcc' gmake: *** [bootstrap-lean] Error 2 Can someone else reproduce this on an i386 or some other target? Gerald