This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
ICE in regex bootstrapping gcc-3.3 2002-08-13
- From: Christian Jönsson <chj at j-son dot org>
- To: gcc bugs <gcc-bugs at gcc dot gnu dot org>
- Date: Tue, 13 Aug 2002 20:17:23 +0200
- Subject: ICE in regex bootstrapping gcc-3.3 2002-08-13
I am having trouble bootstrapping today's trunk. I am not sure I have
everyting needed to compile installed on my system. Anyway, here's the
symptom:
make -j 4 bootstrap lean
gcc: Internal compiler error: program cc1 got fatal signal 4
make[1]: *** [regex.o] Error 1
make[1]: *** Waiting for unfinished jobs....
{standard input}: Assembler messages:
{standard input}:0: Warning: end of file not at end of a line; newline inserted
cpp0: output pipe has been closed
gcc -pipe -c -DHAVE_CONFIG_H -g -I. -I/opt/gcc+binutils/gcc/libiberty/../include -W -Wall -Wtraditional -pedantic /opt/gcc+binutils/gcc/libiberty/cp-demangle.c -o cp-demangle.o
gcc -pipe -c -DHAVE_CONFIG_H -g -I. -I/opt/gcc+binutils/gcc/libiberty/../include -W -Wall -Wtraditional -pedantic /opt/gcc+binutils/gcc/libiberty/cplus-dem.c -o cplus-dem.o
make[1]: Leaving directory `/opt/gcc+binutils/objdir/libiberty'
make: *** [all-libiberty] Error 2
Any ideas?
This was on a Debian 3.0 (Woody) quad ROSS sun4m system with these
packages:
binutils 2.12.90.0.1-4
dejagnu 1.4.2-1.1
gcc 2:2.95.4-14 (Debian prerelease)
gcc-2.95 1:2.95.4-7 (Debian prerelease)
gnat 3.14p-3
self compiled 2.4.19-rc3 SMP kernel running during build and test
In-tree joined gcc and binutils cvs trunks.
Cheers,
/ChJ