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]

ss-19990907 crash


Here's the output around the crash.  The configury info would seem to
be contained within it.  Hope it helps someone!

Oh, BTW, I used `make -k bootstrap install check', and this happened
during the first stage.  Let me know if preprocessed input for muldi3
is really needed (probably not, since this is a popular target...).

        tq vm, (burley)


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 _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
  echo ${name}; \
  ./xgcc -B/develop/gcc/19990907/i686-pc-linux-gnu/bin/ -B./ -I/develop/gcc/19990907/i686-pc-linux-gnu/include -O2   -DIN_GCC    -g -W -Wall -I./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I../../egcs-19990907/gcc -I../../egcs-19990907/gcc/config -I../../egcs-19990907/gcc/../include -c -DL${name} \
       ../../egcs-19990907/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ` if [ -f /home3/craig/gnu/ec-19990907/gcc/../binutils/ar ] ; then echo /home3/craig/gnu/ec-19990907/gcc/../binutils/ar ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; 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
_muldi3
../../egcs-19990907/gcc/libgcc2.c: In function `__muldi3':
../../egcs-19990907/gcc/libgcc2.c:305: RTL check: expected code `set' or `clobber', have `pre_dec'
../../egcs-19990907/gcc/libgcc2.c:305: Internal compiler error in `sched_analyze_1', at haifa-sched.c:3245
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make[2]: *** [libgcc2.a] Error 1
./xgcc -B/develop/gcc/19990907/i686-pc-linux-gnu/bin/ -B./ -I/develop/gcc/19990907/i686-pc-linux-gnu/include  -DIN_GCC    -g -W -Wall -I./include  -I. -I../../egcs-19990907/gcc -I../../egcs-19990907/gcc/config -I../../egcs-19990907/gcc/../include  -g0 \
  -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-omit-frame-pointer \
  -c ../../egcs-19990907/gcc/crtstuff.c -DCRT_BEGIN -o crtbegin.o
./xgcc -B/develop/gcc/19990907/i686-pc-linux-gnu/bin/ -B./ -I/develop/gcc/19990907/i686-pc-linux-gnu/include  -DIN_GCC    -g -W -Wall -I./include  -I. -I../../egcs-19990907/gcc -I../../egcs-19990907/gcc/config -I../../egcs-19990907/gcc/../include -fPIC \
  -DCRT_BEGIN -DCRTSTUFFS_O -finhibit-size-directive -fno-inline-functions \
  -fno-exceptions -g0 -c ../../egcs-19990907/gcc/crtstuff.c 
xgcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [s-crtS] Error 1


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