reload buglet

Jeffrey A Law law@cygnus.com
Tue Nov 30 23:59:00 GMT 1999


  In message < Pine.LNX.4.04.9911271320400.7424-100000@pathia.cygnus.co.uk >you w
rite:
  > On Thu, 25 Nov 1999, Joern Rennecke wrote:
  > 
  > > Just found this in reloads_conflict:
  > > 
  > >     case RELOAD_FOR_OUTPUT:
  > >       return (r2_type == RELOAD_FOR_INSN || r2_type == RELOAD_FOR_OUTPUT
  > >               || ((r2_type == RELOAD_FOR_OUTPUT_ADDRESS
  > >                    || r2_type == RELOAD_FOR_OUTADDR_ADDRESS)
  > >                   && r2_opnum >= r1_opnum));
  > > 
  > > That should be r2_opnum <= r1_opnum .
  > 
  > That seems correct to me.  Could someone approve this change?
Approved.  Please cons up a changelog entry and install the change.

Thanks to both of you for finding and dealing with this problem.

jeff



More information about the Gcc-patches mailing list