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

Re: Reload patch version 3


Franz wrote:

>  FYI, I just tried to bootstrap the egcs release branch
>  on powerpc-unknown-linux-gnu (2.1.118/glibc-2.0.95) and
>  it failed during stage1 with the following error:
>
>  stage1/xgcc -Bstage1/ -c  -DIN_GCC    -O2 -g -O2
>  -DHAVE_CONFIG_H -DHAIFA
>   -I. -I../../../egcs/gcc -I../../../egcs/gcc/config ../
>  ../../egcs/gcc/global.c
>  stage1/xgcc -Bstage1/ -c  -DIN_GCC    -O2 -g -O2
>  -DHAVE_CONFIG_H -DHAIFA
>   -I. -I../../../egcs/gcc -I../../../egcs/gcc/config ../
>  ../../egcs/gcc/reload.c
>  ../../../egcs/gcc/caller-save.c:654: Internal compiler
>  error in function
>  insert_save_restore make[2]: *** [reload.o] Error 1
>  make[2]: Leaving directory `/home/fsirl/obj/cvs11/gcc'
>  make[1]: *** [bootstrap-lean] Error 2 make[1]: Leaving
>  directory `/home/fsirl/obj/cvs11/gcc' make: ***
>  [bootstrap-lean] Error 2

Good, I got the same error - that means that it is target and HAIFA  
independent.

I managed to complete a 3-stage bootstrap build on  
m68k-next-nextstep3 using -fno-caller-saves.

I'm on the brink of letting it (i.e. the thus produced compiler)  
loose on my Fortran source ...

I think it's close to working.

Cheers,
Toon.

PS: Never trust a meteorologist on "close".


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