Bootstrap failure on solaris2.7 (was: new real.c implementation)

Richard Henderson rth@redhat.com
Tue Sep 17 16:15:00 GMT 2002


On Tue, Sep 17, 2002 at 04:43:50PM -0400, Kaveh R. Ghazi wrote:
> I'm getting another (different) bootstrap failure in stage1 for
> sparc-sun-solaris2.7:
> 
>  > ./xgcc -B./ -B/usr/local/sparc-sun-solaris2.7/bin/ -isystem
>  >   /usr/local/sparc-sun-solaris2.7/include -isystem
>  >   /usr/local/sparc-sun-solaris2.7/sys-include -c -o crt1.o -x
>  >   assembler-with-cpp
>  >   ../../egcc-CVS20020917/gcc/config/sparc/sol2-c1.asm
>  > cc1: internal compiler error: in ?, at real.c:1964
>  > 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]: *** [crt1.o] Error 1
>  > make[2]: Leaving directory `/tmp/kg/basel/build/gcc'
>  > make[1]: *** [stage1_build] Error 2
> 
> This occurs if I use cc for stage1.

I can reproduce this, but I don't seem to be able to debug it.
We don't seem to have dbx installed, and gdb won't read cc's
debug information.

>   [4] real_digit(n = -1), line 1964 in "real.c"

This should never happen.  N should be between 0 and 9.

Can you find out why this happened?


r~



More information about the Gcc-patches mailing list