This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
compiler crash
- To: egcs at cygnus dot com
- Subject: compiler crash
- From: Wesley Morgan <morganw at engr dot sc dot edu>
- Date: Wed, 16 Dec 1998 01:27:00 -0500 (EST)
Trying to build egcs from the CVS source today and yesterday gave me some
fatal errors...
Linux kernel 2.1.131
glibc 2.1.106
binutils 2.9.1.0.19
CVS updated as of about 11pm (EST) Tuesday
The error:
/usr/src/egcsobj/gcc/xgcc -B/usr/src/egcsobj/gcc/ -B/usr/i586-pc-linux-gnu/bin/ -c -O2 -mpentium -march=pentium -D_GNU_SOURCE -I. -I../../../egcs/libio -D_IO_MTSAFE_IO -fpic ../../../egcs/libio/iogetline.c -o pic/iogetline.o
/usr/src/egcsobj/gcc/xgcc -B/usr/src/egcsobj/gcc/ -B/usr/i586-pc-linux-gnu/bin/ -c -O2 -mpentium -march=pentium -D_GNU_SOURCE -I. -I../../../egcs/libio -D_IO_MTSAFE_IO ../../../egcs/libio/iogetline.c
rm -rf libio.a
ar rc libio.a iogetline.o
ranlib libio.a
test x"yes" != xyes || \
/usr/src/egcsobj/gcc/xgcc -B/usr/src/egcsobj/gcc/ -B/usr/i586-pc-linux-gnu/bin/ -c -O2 -mpentium -march=pentium -D_GNU_SOURCE -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I../../../egcs/libio -nostdinc++ -D_IO_MTSAFE_IO -fpic ../../../egcs/libio/builtinbuf.cc -o pic/builtinbuf.o
In file included from /usr/include/bits/stdio-lock.h:20,
from ../../../egcs/libio/libio.h:166,
from ../../../egcs/libio/streambuf.h:36,
from ../../../egcs/libio/builtinbuf.h:32,
from ../../../egcs/libio/builtinbuf.cc:29:
/usr/include/pthread.h:434: Internal compiler error.
/usr/include/pthread.h:434: Please submit a full bug report to `egcs-bugs@cygnus.com'.
/usr/include/pthread.h:434: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
make[2]: *** [builtinbuf.o] Error 1
make[2]: Leaving directory `/usr/src/egcsobj/i586-pc-linux-gnu/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/usr/src/egcsobj'
make: *** [bootstrap] Error 2