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]

ICE in libgcc2/_muldi3 on alpha


Compiling from CVS-latest egcs module, HEAD branch.

Problem description:	ICE in libgcc2 step, _muldi3

Host platform/compiler:	Digital AS200 (ev45), RH6.0, egcs 1.1.2



make[3]: Entering directory `/.automount/bum/root/g/cvs/egcs/gcc'
rm -f libgcc2.a
if [ -d . ]; then \
  cd .; \
  rm -f libgcc.a ; \
else true; \
fi
make GCC_FOR_TARGET="./xgcc -B/usr/local/egcs/alpha-unknown-linux-gnu/bin/ -B./ -I/usr/local/egcs/alpha-unknown-linux-gnu/include" \
  AR_FOR_TARGET="ar" \
  AR_FLAGS_FOR_TARGET="rc" \
  CC="gcc" CFLAGS="-g -W -Wall -Wtraditional" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  LANGUAGES="c " \
  LIBGCC2_CFLAGS="-O2   -DIN_GCC    -g -W -Wall -Wtraditional -I./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  " libgcc2.a
make[4]: Entering directory `/.automount/bum/root/g/cvs/egcs/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatd


ixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
  echo ${name}; \
  ./xgcc -B/usr/local/egcs/alpha-unknown-linux-gnu/bin/ -B./ -I/usr/local/egcs/alpha-unknown-linux-gnu/include -O2   -DIN_GCC    -g -W -Wall -Wtraditional -I./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I./config -I./../include -c


 -DL${name} \
       ./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
_muldi3
./libgcc2.c: In function `__muldi3':
./libgcc2.c:323: Internal compiler error in `refers_to_regno_for_reload_p', at reload.c:5722
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make[4]: *** [libgcc2.a] Error 1
make[4]: Leaving directory `/.automount/bum/root/g/cvs/egcs/gcc'
make[3]: *** [stmp-multilib-sub] Error 2
make[3]: Leaving directory `/.automount/bum/root/g/cvs/egcs/gcc'
make[2]: *** [stmp-multilib] Error 1
make[2]: Leaving directory `/.automount/bum/root/g/cvs/egcs/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/.automount/bum/root/g/cvs/egcs/gcc'
make: *** [bootstrap] Error 2


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