This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[tree-ssa] Bootstrap failure in libiberty/cplus-dem.c


I tried to do a C-only bootstrap of the current tree-ssa branch on
i586-pc-linux-gnu.  Stage 0 compiler is  GCC 2.95.3 (SuSE 7.2),
stage 2 and compare do not fail.

I get this error when building libiberty after stage 2:

make[2]: Entering directory `/home/steven/devel/gcc/build-ssa/i586-pc-linux-gnu/libiberty'
if [ x"" != x ]; then \
  /home/steven/devel/gcc/build-ssa/gcc/xgcc -B/home/steven/devel/gcc/build-ssa/gcc/ -B/opt/experimental/i586-pc-linux-gnu/bin/ -B/opt/experimental/i586-pc-linux-gnu/lib/ -isystem /opt/experimental/i586-pc-linux-gnu/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-ssa/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-ssa/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
/home/steven/devel/gcc/build-ssa/gcc/xgcc -B/home/steven/devel/gcc/build-ssa/gcc/ -B/opt/experimental/i586-pc-linux-gnu/bin/ -B/opt/experimental/i586-pc-linux-gnu/lib/ -isystem /opt/experimental/i586-pc-linux-gnu/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-ssa/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-ssa/libiberty/cplus-dem.c -o cplus-dem.o
/usr/include/bits/string2.h: In function `demangle_prefix':
/usr/include/bits/string2.h:934: internal compiler error: in copy_to_mode_reg, at explow.c:731
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [cplus-dem.o] Error 1
make[2]: Leaving directory `/home/steven/devel/gcc/build-ssa/i586-pc-linux-gnu/libiberty'
make[1]: *** [all-target-libiberty] Error 2
make[1]: Leaving directory `/home/steven/devel/gcc/build-ssa'
make: *** [bootstrap] Error 2

Andread Jaeger reported a bootstrap problem in libjava the other day, but
that looks like a different problem.

Greetz
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]