I have a bootstrap problem. ./xgcc -B./ -B/home/4/wilx/i386-unknown-freebsd4.10/bin/ -isystem /home/4/wilx/i386-unknown-freebsd4.10/include -isystem /home/4/wilx/i386-unknown-freebsd4.10/sys-include -L/home/4/wilx/tmp/gcc-head/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../srcdir/gcc -I../../srcdir/gcc/. -I../../srcdir/gcc/../include -I../../srcdir/gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time \ -c ../../srcdir/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o <built-in>:1: internal compiler error: in ten_to_ptwo, at real.c:2007 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. make[2]: *** [crtbegin.o] Error 1 make[2]: Leaving directory `/home/4/wilx/tmp/gcc-head/objdir/gcc' make[1]: *** [stage2_build] Error 2 make[1]: Leaving directory `/home/4/wilx/tmp/gcc-head/objdir/gcc' make: *** [bootstrap] Error 2
The whole content of crtstuff.i that GCC produces with -save-temps is this: [EMAIL PROTECTED]:::~/tmp/gcc-head/objdir/gcc> cat crtstuff.i # 1 "../../srcdir/gcc/crtstuff.c" # 1 "<built-in>" -- Summary: ICE: in ten_to_ptwo, at real.c:2007 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: v dot haisman at sh dot cvut dot cz CC: gcc-bugs at gcc dot gnu dot org,v dot haisman at sh dot cvut dot cz GCC build triplet: i386-unknown-freebsd4.10 GCC host triplet: i386-unknown-freebsd4.10 GCC target triplet: i386-unknown-freebsd4.10 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19120