Jan Hubicka <[EMAIL PROTECTED]> 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, [EMAIL PROTECTED], 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

Attachment: pgpAPIXJsBi9Q.pgp
Description: PGP signature

Reply via email to