bootstrap failure on hpux-11.0 of today's cvs snapshot

Markus Werle markus@lufmech.rwth-aachen.de
Tue Sep 19 04:44:00 GMT 2000


yesterday's snapshot still bootstrapped fine (though it still has
linkage problems: /usr/ccs/bin/nm exits with error 11)
but today something different goes crazy

[...]
gmake GCC_FOR_TARGET="./xgcc -B./
-B/work/markus/opt/egcs-000919/hppa2.0w-hp-hpux11.00/bin/ -isystem
/work/markus/opt/egcs-000919/hppa2.0w-hp-hpux11.00/include" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  AR_FOR_TARGET="` if [ -f /work/markus/GCC/build/gcc/../binutils/ar ] ;
then echo /work/markus/GCC/build/gcc/../binutils/ar ; else if [
"hppa2.0w-hp-hpux11.00" = "hppa2.0w-hp-hpux11.00" ] ; then echo ar; else
t='s,^,hppa2.0w-hp-hpux11.00-,'; echo ar | sed -e $t ; fi; fi`" \
  AR_CREATE_FOR_TARGET="` if [ -f
/work/markus/GCC/build/gcc/../binutils/ar ] ; then echo
/work/markus/GCC/build/gcc/../binutils/ar ; else if [
"hppa2.0w-hp-hpux11.00" = "hppa2.0w-hp-hpux11.00" ] ; then echo ar; else
t='s,^,hppa2.0w-hp-hpux11.00-,'; echo ar | sed -e $t ; fi; fi`  rc" \
  AR_FLAGS_FOR_TARGET="" \
  OLDCC="cc" CCLIBFLAGS="-O" \
  CFLAGS="-O2 -g -W -Wall -Wtraditional -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long" \
  RANLIB_FOR_TARGET="` if [ -f
/work/markus/GCC/build/gcc/../binutils/ranlib ] ; then echo
/work/markus/GCC/build/gcc/../binutils/ranlib ; else if [
"hppa2.0w-hp-hpux11.00" = "hppa2.0w-hp-hpux11.00" ] ; then echo ranlib;
else t='s,^,hppa2.0w-hp-hpux11.00-,'; echo ranlib | sed -e $t ; fi; fi`"
\
  RANLIB_TEST_FOR_TARGET="[ -f ` if [ -f
/work/markus/GCC/build/gcc/../binutils/ranlib ] ; then echo
/work/markus/GCC/build/gcc/../binutils/ranlib ; else if [
"hppa2.0w-hp-hpux11.00" = "hppa2.0w-hp-hpux11.00" ] ; then echo ranlib;
else t='s,^,hppa2.0w-hp-hpux11.00-,'; echo ranlib | sed -e $t ; fi; fi`
] || ( [ "hppa2.0w-hp-hpux11.00" = "hppa2.0w-hp-hpux11.00" ] && [ -f
/usr/bin/ranlib -o -f /bin/ranlib ] )" \
  LIBGCC2_CFLAGS="-O2   -DIN_GCC    `echo -O2 -g -W -Wall -Wtraditional
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long|sed -e 's/-pedantic//g' -e 's/-Wtraditional//g'` -isystem
./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \
  INCLUDES="-I. -I../../gcc/gcc -I../../gcc/gcc/config
-I../../gcc/gcc/../include" MAYBE_USE_COLLECT2="-DUSE_COLLECT2" \
  CONFIG_H="" MACHMODE_H="machmode.h machmode.def" \
  LIB1ASMSRC='' \
  -f libgcc.mk all
gmake[3]: Entering directory `/work/markus/GCC/build/gcc'
for d in libgcc; do \
  if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/work/markus/opt/egcs-000919/hppa2.0w-hp-hpux11.00/bin/
-isystem /work/markus/opt/egcs-000919/hppa2.0w-hp-hpux11.00/include
-O2   -DIN_GCC    -O2 -g -W -Wall  -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes  -Wno-long-long -isystem ./include  -fPIC -g1
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I../../gcc/gcc
-I../../gcc/gcc/config -I../../gcc/gcc/../include -DUSE_COLLECT2
-DL_muldi3 -c ../../gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o
../../gcc/gcc/libgcc2.c: In function `__muldi3':
../../gcc/gcc/libgcc2.c:199: Internal error: Bus error.
   Please submit a full bug report.
   See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.

gmake[3]: *** [libgcc/./_muldi3.o] Error 1
gmake[3]: Leaving directory `/work/markus/GCC/build/gcc'
gmake[2]: *** [libgcc.a] Error 2
gmake[2]: Leaving directory `/work/markus/GCC/build/gcc'
gmake[1]: *** [stage_c] Error 2
gmake[1]: Leaving directory `/work/markus/GCC/build/gcc'
gmake: *** [bootstrap] Error 2




More information about the Gcc-bugs mailing list