This is the mail archive of the gcc-patches@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: MIPS test failures



  In message <199903150833.AAA00261@adsl-206-170-148-33.dsl.pacbell.net>you wri
te:
  > 
  > Here's another patch, a bit more circumspect than Lee's, which also
  > fixes the MIPS bootstrap.  I've tested this patch with a 3-stage
  > bootstrap on mpis-sgi-irix6.5.
  > 
  > Jeff?
  > 
  > -- 
  > Mark Mitchell 			mark@markmitchell.com
  > Mark Mitchell Consulting	http://www.markmitchell.com
  > 
  > Mon Mar 15 00:32:30 1999  Mark Mitchell  <mark@markmitchell.com>
  > 
  > 	* reload.c (find_reloads): Add a REG_LABEL note if we substitute a
  > 	LABEL_REF for something else.
I like this one a little better.  It's reload that creates the new LABEL_REFs
and keeping them up-to-date should be pretty easy since the number of ways we
can create a new non-jumping LABEL_REF are pretty limited.

I'd made a quick unsuccessful attempt to fix this on Friday (I noted the same
basic bug crept into 3 of systems I was hacking friday -- hppa, mips & mn103).

I'm going to go ahead and install this change.

Thanks!

jeff


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