This is the mail archive of the gcc-bugs@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: Bootstrap failure with enable-checking in current CVS (varasm.c: 3423)


At 08:16 04.11.99 , Andreas Jaeger wrote:
> >>>>> Franz Sirl writes:
>
>  > At 16:24 01.11.99 , Andreas Jaeger wrote:
> >> With the current CVS version (updated at 19991101 13:00 UTC) I get a
> >> bootstrap failure with --enable-checking:
>
>  > Welcome to the club :-). I think the appended patch is the correct
>  > solution, as, according to the documentation and the comment, a 
> SYMBOL_REF
>  > contains a string, whereas a LABEL_REF contains an expression.
>
>Thanks.  The patch fixed the problem - and bootstraping ends in the
>java frontend (see my message "ICE in Java frontend with
>--enable-checking (lastfile in gcc/dbxout.c invalid)" - I should have
>written while compiling Java frontend).

Good to know this happens on other platforms too. I see this 'lastfile' 
corruption already during stage2 of a --enable-checking build on 
powerpc-linux-gnu:

stage1/xgcc -Bstage1/ -B/home/fsirl/gnubin/ppc-redhat-linux/bin/ 
-c  -DIN_GCC    -W -Wall -O2 -g -O2  -DHAVE_CONFIG_H    -I. -I../../../cvsx/gcc
m/gcc -I../../../cvsx/gccm/gcc/config -I../../../cvsx/gccm/gcc/../include 
../../../cvsx/gccm/gcc/varasm.c
../../../cvsx/gccm/gcc/varasm.c: In function `assemble_variable':
../../../cvsx/gccm/gcc/varasm.c:1480: warning: comparison between signed 
and unsigned
../../../cvsx/gccm/gcc/varasm.c:1484: warning: comparison between signed 
and unsigned
xgcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [varasm.o] Error 1

Franz.


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