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 powerpc64 (mainline)


Hi,

when I wanted to bootstrap mainline on powerpc64 I got this error:

stage1/xgcc -Bstage1/ -B/usr/powerpc64-unknown-linux-gnu/bin/ -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common -Werror   -DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include ../../gcc/loop.c -o loop.o
../../gcc/loop.c: In function `move_movables':
../../gcc/loop.c:2349: internal compiler error: in emit_move_insn_1, at expr.c:3495
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]: *** [loop.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/gcc-main/build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/gcc-main/build/gcc'
make: *** [bootstrap] Error 2

I used STAGE1_CFLAGS="-mminimal-toc" while bootstrapping (to make it even
finish building stage1 compiler).
I'll look at it tomorrow
but if someone wants to look at it earlier I'll be happy ;-)

Josef


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