This is the mail archive of the gcc@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]

Bootstrap failure on powerpc-unknown-linux-gnu


With a current CVS mainline, I'm getting a bootstrap failure on powerpc-unknown-linux-gnu (an old G3 running Debian with kernel 2.4.22)

./xgcc -B./ -B/home/andrew/gcc-test/powerpc-unknown-linux-gnu/bin/ -isystem /home/andrew/gcc-test/powerpc-unknown-linux-gnu/include -isystem /home/andrew/gcc-test/powerpc-unknown-linux-gnu/sys-include -L/home/andrew/Projects/gcc-test-build/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I/home/andrew/Projects/gcc/gcc -I/home/andrew/Projects/gcc/gcc/. -I/home/andrew/Projects/gcc/gcc/../include -I/home/andrew/Projects/gcc/gcc/../libcpp/include -I/home/andrew/Projects/gcc/gcc/../libbanshee/libcompat -I/home/andrew/Projects/gcc/gcc/../libbanshee -I/home/andrew/Projects/gcc/gcc/../libbanshee/points-to -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -msdata=none \
-c /home/andrew/Projects/gcc/gcc/crtstuff.c -DCRT_BEGIN \
-o crtbegin.o
/home/andrew/Projects/gcc/gcc/crtstuff.c: In function `__do_global_dtors_aux':
/home/andrew/Projects/gcc/gcc/crtstuff.c:288: error: could not split insn
(insn:TI 95 14 94 (set (reg:SI 0 0)
(const_int -4294967328 [0xfffffffeffffffe0])) 253 {*movsi_internal1} (nil)
(nil))
/home/andrew/Projects/gcc/gcc/crtstuff.c:288: internal compiler error: in final_scan_insn, at final.c:2515
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


The last successful bootstrap I have on this machine completed on July 26 at 5:26AM EDT, which means that build probably started around 1:00AM or 2:00AM EDT on July 26.

Andrew Watts


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