This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure on powerpc64 (mainline)
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Josef Zlomek <zlomj9am at artax dot karlin dot mff dot cuni dot cz>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 5 Mar 2003 16:15:04 -0800
- Subject: Re: Bootstrap failure on powerpc64 (mainline)
- References: <20030305222424.GA602@artax.karlin.mff.cuni.cz>
On Wed, Mar 05, 2003 at 11:24:24PM +0100, Josef Zlomek wrote:
> 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
I haven't done a powerpc64 bootstrap with the mainline for a couple of
weeks, but I just fired one off and I'll let you know how it goes.
I always use -mminimal-toc in BOOT_CFLAGS also; does it work for you
without it?
Janis