------- Comment #3 from lucier at math dot purdue dot edu 2009-03-27 15:12 ------- I'm still seeing it with:
[luc...@descartes ~]$ /pkgs/gcc-mainline/bin/gcc -v Using built-in specs. Target: powerpc64-unknown-linux-gnu Configured with: ../../mainline/configure --prefix=/pkgs/gcc-mainline --enable-languages=c --enable-gather-detailed-mem-stats --with-cpu=default64 Thread model: posix gcc version 4.4.0 20090327 (experimental) [trunk revision 145100] (GCC) as [luc...@descartes compiler.i-test]$ /pkgs/gcc-mainline/libexec/gcc/powerpc64-unknown-linux-gnu/4.4.0/cc1 -I../include -Wall -W -Wno-unused -O1 -fno-math-errno -fschedule-insns2 -O1 -fno-math-errno -fschedule-insns2 -fno-trapping-math -fno-strict-aliasing -fwrapv -fomit-frame-pointer -fPIC -fno-common compiler.i btowc wctob mbrlen {GC 5325k -> 3526k} {GC 5325k -> 4483k} code_size ___H__20_compiler_2e_o1 {GC 201152k -> 113339k} ___init_proc ____20_compiler_2e_o1 Analyzing compilation unit {GC 181409k -> 135700k}Performing interprocedural optimizations <visibility> <early_local_cleanups> {GC 237979k -> 236431k} <summary generate> <inline> <static-var> <pure-const>Assembling functions: code_size ___init_proc ____20_compiler_2e_o1 ___H__20_compiler_2e_o1 {GC 349493k -> 288659k} {GC 406233k -> 272085k} compiler.c: In function รข: compiler.c:322876: internal compiler error: in register_overhead, at bitmap.c:115 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. I have to admit I didn't see it with an x86-64 compiler; perhaps the ppc64 port is more complicated and requires more bitmaps. I suspect, given the error message, that you built a 32-bit compiler and ran out of memory space before you hit this problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39301