Internal compiler error in function compute_use_by_pseudos

Jeffrey A Law law@cygnus.com
Tue Dec 15 04:07:00 GMT 1998


  In message < 199812112027.PAA18841@hiauly1.hia.nrc.ca >you write:
  > The following error is probably related to the most recent change to
  > reload1.c:
  > 
  > for name in _eh; \
  > do \
  >   echo ${name}; \
  >   ./xgcc -B./ -B/usr/local/hppa1.1-hp-hpux9.01/bin/ -O2   -DIN_GCC    -g -W
  >  -Wall -I./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -fex
  > ceptions -I. -I../../gcc -I../../gcc/config -I../../gcc/../include -c \
  >       -DL${name} ../../gcc/libgcc2.c -o ${name}.o; \
  >   if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  >   ` if [ -f /xxx/gnu/egcs-2.92.27/objdir/gcc/../binutils/ar ] ; then echo /
  > xxx/gnu/egcs-2.92.27/objdir/gcc/../binutils/ar ; else if [ "hppa1.1-hp-hpux
  > 9.01" = "hppa1.1-hp-hpux9.01" ] ; then echo ar; else t='s,x,x,'; echo ar | 
  > sed -e $t ; fi; fi` rc tmplibgcc2.a ${name}.o; \
  >   rm -f ${name}.o; \
  > done
  > _eh
  > ../../gcc/reload1.c:543: Internal compiler error in function compute_use_by
  > _pseudos
  > make[2]: *** [libgcc2.a] Error 1
  > make[2]: Leaving directory `/xxx/gnu/egcs-2.92.27/objdir/gcc'
  > make[1]: *** [bootstrap] Error 2
  > make[1]: Leaving directory `/xxx/gnu/egcs-2.92.27/objdir/gcc'
  > make: *** [bootstrap] Error 2
This should be fixed now.

jeff



More information about the Gcc-bugs mailing list