mismatched parentheses in reload1.c

Andreas Jaeger aj@suse.de
Fri Aug 25 09:47:00 GMT 2006


Jan Hubicka <jh@suse.cz> writes:

>> 
>>   else if (rld[r].out_reg == 0
>>            && rld[r].in != 0
>>            && ((REG_P (rld[r].in)
>>                 && REGNO (rld[r].in) >= FIRST_PSEUDO_REGISTER
>>                 && !REGNO_REG_SET_P (&reg_has_output_reload,
>>                                      REGNO (rld[r].in))
>>                || (REG_P (rld[r].in_reg)
>>                    && !REGNO_REG_SET_P (&reg_has_output_reload,
>>                                         REGNO (rld[r].in)))))
>>            && ! reg_set_p (rld[r].reg_rtx, PATTERN (insn)))
>> 
> Sadly there is yet another typo in this particular change (I didn't
> noticed even after proofreading the patch again after Paolo's original
> mail).  It is causing the enable checking bootstrap fialures.

Yes, the bootstrap failure is fixed now for me,

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj/
  SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20060825/a120ebde/attachment.sig>


More information about the Gcc-patches mailing list