This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failures "everywhere"
- To: <gcc at gcc dot gnu dot org>
- Subject: Bootstrap failures "everywhere"
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Mon, 29 Oct 2001 10:06:45 +0100 (CET)
- cc: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
sparc-sun-solaris2.8:
stage1/xgcc -Bstage1/ -B/sw/test/gcc/SunOS/sparc-sun-solaris2.8/bin/ -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/sw/test/gcc/cvs/gcc -I/sw/test/gcc/cvs/gcc/. -I/sw/test/gcc/cvs/gcc/config -I/sw/test/gcc/cvs/gcc/../include /sw/test/gcc/cvs/gcc/convert.c -o convert.o
/sw/test/gcc/cvs/gcc/calls.c: In function `save_fixed_argument_area':
/sw/test/gcc/cvs/gcc/calls.c:961: Internal compiler error in schedule_insns, at sched-rgn.c:2942
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
gmake[2]: *** [calls.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
i386-unknown-freebsd4.4:
[...]stdc++-v3/libsupc++/tinfo2.cc -fPIC -DPIC -o tinfo2.o
/sw/test/gcc/cvs/libstdc++-v3/libsupc++/tinfo.cc:688: Internal compiler
error in add_const_value_attribute, at dwarf2out.c:8384
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
gmake[4]: *** [tinfo.lo] Error 1
According to gcc/ChangeLog, it seems both breakages might be related
with Richards recent changes?
Gerald