This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: mismatched parentheses in reload1.c


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

Attachment: pgp00000.pgp
Description: PGP signature


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