bootstrap of egcs-19990221 fails on sparc-sun-solaris2.5.1

Jeffrey A Law law@hurl.cygnus.com
Sun Feb 28 23:30:00 GMT 1999


  In message < 199902222224.XAA20440@anaconda.ica1.uni-stuttgart.de >you write:
  > Last lines of make output are:
  > 
  > case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compa
  > re | 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" in \
  >     *-lean ) rm -rf stage$stage ;; \
  >     *) ;; \
  >   esac; true; \
  > fi
  > Bootstrap comparison failure!
  > toplev.o differs
Yup.  Looks like dump_rtl in toplev.o is being compiled differently by
the stage1 and stage2 compiler.

jeff



More information about the Gcc-bugs mailing list