<[EMAIL PROTECTED]> /usr/bin/gcc-4.1 -v -save-temps -m64 -D_GNU_SOURCE -std=gnu99 -pedantic -pthread -O2 -I../gc -I../include -I../../../include -DTARGET_LINUX -DTARGE> Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java,fortran,objc,obj-c++,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.1-1.4.2.0/jre --enable-mpfr --enable-checking=release x86_64-linux-gnu Thread model: posix gcc version 4.1.2 20060613 (prerelease) (Debian 4.1.1-5) /usr/lib/gcc/x86_64-linux-gnu/4.1.2/cc1 -E -quiet -v -I../gc -I../include -I../../../include -D_REENTRANT -D_GNU_SOURCE -DTARGET_LINUX -DTARGET_X86_64 -DNDEBUG ../gc/global-gc.c -m64 -mtune=k8 -std=gnu99 -pedantic -O2 -fpch-preprocess -o global-gc.i ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../x86_64-linux-gnu/include" ignoring nonexistent directory "/usr/include/x86_64-linux-gnu" #include "..." search starts here: #include <...> search starts here: ../gc ../include ../../../include /usr/local/include /usr/lib/gcc/x86_64-linux-gnu/4.1.2/include /usr/include End of search list. /usr/lib/gcc/x86_64-linux-gnu/4.1.2/cc1 -fpreprocessed global-gc.i -quiet -dumpbase global-gc.c -m64 -mtune=k8 -auxbase global-gc -O2 -pedantic -std=gnu99 -version -o global-gc.s GNU C version 4.1.2 20060613 (prerelease) (Debian 4.1.1-5) (x86_64-linux-gnu) compiled by GNU C version 4.1.2 20060613 (prerelease) (Debian 4.1.1-5). GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 1212a84e43a3b1d1d765aa23ec21ce1d ../gc/global-gc.c: In function 'StartGlobalGC': ../gc/global-gc.c:178: internal compiler error: in insert_save, at caller-save.c:725 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>. Preprocessed source stored into /tmp/ccnjzLB3.out file, please attach this to your bugreport.
The preprocessed source exceeds the 64K limit on the description, but you can download it from http://people.cs.uchicago.edu/~jhr/gcc-bug.i -- Summary: internal compiler error: in insert_save, at caller- save.c:725 Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jhr at cs dot uchicago dot edu GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet: x86_64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34434