cc: Internal error: Killed (program cc1) Please submit a full bug report. 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.0/README.Bugs>. make: *** [opcodeiz.o] Error 1 The source files used are at http://deft.thunkers.net/priv/asmsh_mod.tgz Compiled with -O2 -g --save-temps gcc info: $ gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=i686 --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.0.4 20060507 (prerelease) (Debian 4.0.3-3) $ System info: Linux test 2.6.16.13-xenU-rimu6 #1 Wed Aug 30 05:37:56 UTC 2006 i686 GNU/Linux If anything else is needed, e-mail me at my registered address, thanks.
cc: Internal error: Killed (program cc1) This means you ran out of memory while running cc1. The kernel killed cc1 so we cannot do a better job at the error message.
(In reply to comment #1) > cc: Internal error: Killed (program cc1) > > This means you ran out of memory while running cc1. The kernel killed cc1 so > we cannot do a better job at the error message. > Ok. It compiles fine on a friend's ubuntu running 4.0.3, so I figured I'd shoot you guys the bug report as instructed.
there is also seems like some compile time problem. In 4.1.2: tree operand scan : 7.11 (16%) usr 0.22 (12%) sys 7.42 (16%) wall 2354 kB ( 2%) ggc Though on the mainline even with checking: tree operand scan : 0.89 ( 1%) usr 0.32 (19%) sys 1.39 ( 1%) wall 3466 kB ( 5%) ggc I don't have a mainline with checking disabled so I can't really compare the times.
Test case has disappeared, and should have been in bugzilla anyway instead of on a website -> INVALID.