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]

--enable-checking output on bootstrap failure for mornings CVS


do \
  echo ${name}; \
  ./xgcc -B/home/michael//i686-pc-linux-gnu/bin/ -B./
-I/home/michael//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/gcc -I../../egcs/gcc/config
-I../../egcs/gcc/../include -c -DL${name} \
       ../../egcs/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ` if [ -f /home/michael/src/egcs-build/gcc/../binutils/ar ] ; then
echo /home/michael/src/egcs-build/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
_divdi3
../../egcs/gcc/libgcc2.c: In function `__divdi3':
../../egcs/gcc/libgcc2.c:694: RTL check: expected elt 0 type 'e' or
'u', have 'i' (rtx reg)
../../egcs/gcc/libgcc2.c:694: Internal compiler error in
`delete_null_pointer_checks', at gcse.c:5080
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
make[2]: Leaving directory `/home/michael/src/egcs-build/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/home/michael/src/egcs-build/gcc'
make: *** [bootstrap] Error 2

Unfortunately I can't really decipher the mess that is that sh
script, or I'd try to get you something more meaningful.

m.

-- 
Programmer                         "I wrote a song about dental floss,
Loki Entertainment Software         but did anyone's teeth get cleaner?"
http://lokigames.com/~briareos/              - Frank Zappa, re: the PMRC


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