This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Cannot bootstrap mainline compiler on i686-pc-linux-gnu
- To: gcc at gcc dot gnu dot org
- Subject: Cannot bootstrap mainline compiler on i686-pc-linux-gnu
- From: Peter Schmid <schmid at snake dot iap dot physik dot tu-darmstadt dot de>
- Date: Fri, 30 Mar 2001 16:57:48 +0200 (CEST)
- cc: gcc-bugs at gcc dot gnu dot org
I cannot bootstrap the current gcc 3.1 compiler on i686-pc-linux-gnu,
since make compare fails. I updated the sources this
morning. gcc-20010324 was the last compiler version I tried which
passed the make compare stage.
Peter Schmid
case "compare-lean" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare-lean | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
if [ -f .bad_compare ]; then \
echo "Bootstrap comparison failure!"; \
cat .bad_compare; \
exit 1; \
else \
case "compare-lean" in \
*-lean ) rm -rf stage$stage ;; \
*) ;; \
esac; true; \
fi
Bootstrap comparison failure!
cxxmain.o differs
fold-const.o differs
real.o differs
tree.o differs
f/com.o differs
make[1]: *** [compare-lean] Error 1
make[1]: Leaving directory `/home/peter/egcs/build/gcc'
make: *** [bootstrap-lean] Error 2