c++/1683: failure during bootstrap (current CVS)

ritzert@linux.globe-tec.de ritzert@linux.globe-tec.de
Wed Jan 17 05:16:00 GMT 2001


>Number:         1683
>Category:       c++
>Synopsis:       failure during bootstrap (current CVS)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jan 17 05:16:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     ritzert@linux.globe-tec.de
>Release:        CVS from 2001-01-17. Host compiler ist CVS from 2000-12-11
>Organization:
>Environment:
i686-pc-linux-gnu
>Description:
make[3]: Entering directory `/home/ritzert/compile/gcc/obj/gcc'
for d in libgcc; do \
  if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/usr/i686-pc-linux-gnu/bin/ -isystem /usr/i686-pc-linux-gnu/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config
-I../../gcc/gcc/../include  -DL_divdi3 -c ../../gcc/gcc/libgcc2.c -o libgcc/./_divdi3.o
../../gcc/gcc/libgcc2.c: In function `__divdi3':
../../gcc/gcc/libgcc2.c:748: Internal compiler error in find_free_reg, at local-alloc.c:2149
Please submit a full bug report.
 See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
make[3]: *** [libgcc/./_divdi3.o] Error 1
make[3]: Leaving directory `/home/ritzert/compile/gcc/obj/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/home/ritzert/compile/gcc/obj/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/ritzert/compile/gcc/obj/gcc'
make: *** [bootstrap] Error 2

While trying to compile the current CVS.
Configure options:
../gcc/configure --enable-languages=c++ --enable-threads --prefix=/usr --enable-cstdio=libio --disable-new-gxx-abi
(for wstring support)
Environment:
export CFLAGS="-O"
export LIBCFLAGS="-g -O2"
export LIBCXXFLAGS="-g -O2 -fno-implicit-templates"

The system compiler is gcc CVS from 2000-12-11, compiled with the same settings.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the Gcc-bugs mailing list