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: egcs-19980803 (pre-1.1) mips regressions



  In message <199808140306.UAA11261@rtl.cygnus.com>you write:
  > This patch fixes the regressions you reported, but I haven't tried running
  > the entire testsuite with this patch.
  > 
  > Thu Aug 13 19:55:05 1998  Jim Wilson  <wilson@cygnus.com>
  > 
  > 	* reload1.c (eliminate_regs_in_insn): Handle another case when
  > 	eliminating the frame pointer to the hard frame pointer.  Add
  > 	missing	ep->to_rtx check to one existing case.
Cool.

My only question is why did we have

(plus (const_int) (fp))

in the first place.

I can't see how this patch could ever cause problems though, so I'm
going to go ahead and install it.


jeff


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