Hi Kyrill, On 29 April 2015 at 12:06, Kyrill Tkachov <kyrylo.tkac...@arm.com> wrote: > Hi Yvan, > > On 29/04/15 09:57, Yvan Roux wrote: >> >> Hi, >> >> here is the patch for PR65924, only tested on the original testcase so >> far. > > > Can you please double check that the problem doesn't appear > in the other patterns you touched with your cleanup patch? > i.e. that you don't do match_operand on an out-of-bounds operand number?
Sure, I just re-check all the patterns and there is no other issue. Cheers, Yvan > Thanks, > Kyrill > > >> >> Thanks >> Yvan >> >> gcc/ >> 2015-04-29 Yvan Roux <yvan.r...@linaro.org> >> >> PR target/65924 >> * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand >> number in type attribute expression. >> >> gcc/testsuite/ >> 2015-04-29 Yvan Roux <yvan.r...@linaro.org> >> >> PR target/65924 >> gcc.target/arm/pr65924.c: New test. > >