Internal compiler error in function compute_use_by_pseudos

John David Anglin dave@hiauly1.hia.nrc.ca
Fri Dec 11 12:27:00 GMT 1998


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   -fexceptions -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-hpux9.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

-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)



More information about the Gcc-bugs mailing list