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 fails on i686-pc-linux-gnu


bootstrapping egcs-20000313 unsing flags:

-O3 -fstrict-aliasing -ffast-math -funroll-loops -mpentiumpro
 -march=pentiumpro -fschedule-insns2

fails with:

...
  ./xgcc -B/usr/local/i686-pc-linux-gnu/bin/ -B./ -I/usr/local/i686-pc-linux-gnu/include -O2   -DIN_GCC    -W -Wall -Wtraditional -O2 -O3 -fstrict-aliasing -ffast-math -funroll-loops -mpentiumpro -march=pentiumpro -fschedule-insns2 -I./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -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 /opt/src/devel/egcs-20000313/compile/gcc/../binutils/ar ] ; then echo /opt/src/devel/egcs-20000313/compile/gcc/../binutils/ar ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ar; else t='s,^,i686-pc-linux-gnu-,'; echo ar | sed -e $t ; fi; fi` rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
xgcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory `/opt/src/devel/egcs-20000313/compile/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/opt/src/devel/egcs-20000313/compile/gcc'
make: *** [bootstrap] Error 2

in what I guess is stage 2.

Cheers

Berthold
-- 
bhoel@starship.python.net / http://starship.python.net/crew/bhoel/
        It is unlawful to use this email address for unsolicited ads
        (USC Title 47 Sec.227). I will assess a US$500 charge for
        reviewing and deleting each unsolicited ad.

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