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]

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



  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


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