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: Bootstrapping main and release fail on mips-sgi-irix6.2 (R8000)



  In message <199808251628.SAA25812@achibm5.chemie.uni-karlsruhe.de>you write:
  > Here is an update to my earlier bugreport:
  > 
  > The compare failure happens only when the first stage is compiled with
  > CC=cc. When compiled with CC="cc -32" there is no failure and
  > bootstrapping works for the release branch. Maybe that is something
  > that autoconf could take care of by itself?
  > 
  > In the main branch there is another ICE now (as of gcc/ChangeLog
  > version 1.1935) during compilation of libgcc2:
  > 
  >   ./xgcc -B./ -O2   -DIN_GCC    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_
  > FLOAT_NOT_NEEDED    -I. -I/work/georg/egcs-cvs/gcc -I/work/georg/egcs-cvs/g
  > cc/config -c -DL${name} \
  >       /work/georg/egcs-cvs/gcc/libgcc2.c -o ${name}.o; \
  >   if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  >   ar rc tmplibgcc2.a ${name}.o; \
  >   rm -f ${name}.o; \
  > done
  > [...]
  > __gcc_bcmp
  > xgcc: Internal compiler error: program cc1 got fatal signal 11
  > 
  > As libgcc2.i is fairly short, I include it in the mail.
This was on the mainline right?  I believe this problem has been fixed.

jeff


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