[tree-ssa] bootstrap failure

Steven Bosscher s.bosscher@student.tudelft.nl
Fri Nov 28 18:06:00 GMT 2003


Hi,

I have a comparison failure when I try to bootstrap the tree-ssa branch:

case "gnucompare" in *compare | *compare-lean ) stage=2 ;; * ) stage=`echo gnucompare | sed -e 's,^[a-z]*compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
if [ -f .bad_compare ]; then \
  echo "Bootstrap comparison failure!"; \
  cat .bad_compare; \
  exit 1; \
else \
  case "gnucompare" in \
    *-lean ) rm -rf stage$stage ;; \
    *) ;; \
  esac; true; \
fi
Bootstrap comparison failure!
intl.o differs
make[1]: *** [gnucompare] Error 1
make[1]: Leaving directory `/home/steven/devel/ssabuild/gcc'
make: *** [bootstrap] Error 2

configured with "--enable-languages=c,c++,objc,f95"
last updated Fri Nov 28 13:39:34 UTC 2003.

Does anyone else see this?

Gr.
Steven



More information about the Gcc mailing list