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]

bootstrap error of ss-19991013


Hello GCC Team!
The newest ss-19991013 doesn't bootstrap on i686-pc-linux-gnu
when built with this script:
(but './configure && make bootstrap-lean' works)

CFLAGS='-O3 -fomit-frame-pointer'
export CFLAGS
../egcs-19991013/configure  --prefix=/sw/snapshots --enable-languages=c++,f77 --disable-debug
gmake CFLAGS='-O3 -fomit-frame-pointer' LIBCFLAGS='-O3 -fomit-frame-pointer' \
      LIBCXXFLAGS='-O3 -fno-implicit-templates -fomit-frame-pointer' bootstrap-lean

The error output was this:
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/sw/snapshots/i686-pc-linux-gnu/bin/ -B./ -I/sw/snapshots/i686-pc-linux-gnu/include -O2   -DIN_GCC  \
  -W -Wall -O2 -O3 -fomit-frame-pointer -I./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  \
  -I. -I../../egcs-19991013/gcc -I../../egcs-19991013/gcc/config -I../../egcs-19991013/gcc/../include -c -DL${name} \
       ../../egcs-19991013/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ` if [ -f /home/kahlert/LOCAL/obj/gcc/../binutils/ar ] ; then echo /home/kahlert/LOCAL/obj/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-19991013/gcc/libgcc2.c: In function `__muldi3':
../../egcs-19991013/gcc/libgcc2.c:310: Internal compiler error in `expand_expr', at expr.c:6495
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
gmake[2]: *** [libgcc2.a] Error 1
gmake[2]: Leaving directory `/sw/local_l/kahlert/obj/gcc'
gmake[1]: *** [bootstrap-lean] Error 2
gmake[1]: Leaving directory `/sw/local_l/kahlert/obj/gcc'
gmake: *** [bootstrap-lean] Error 2

Bye,
Martin

-- 
The early bird gets the worm. If you want something else for       
breakfast, get up later.


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