Re: testsuite/arm: Improve scan-assembler in pr96770.c

2021-03-26 Thread Richard Earnshaw via Gcc-patches
On 26/03/2021 15:35, Christophe Lyon via Gcc-patches wrote: > Hi, > > I'm seeing random scan-assembler-times failures in pr96770.c when LTO is used. > > I suspect this is because the \\+4 string matches the LTO sections, sometimes. > > I propose this small patch to avoid the issue, by matching a

testsuite/arm: Improve scan-assembler in pr96770.c

2021-03-26 Thread Christophe Lyon via Gcc-patches
Hi, I'm seeing random scan-assembler-times failures in pr96770.c when LTO is used. I suspect this is because the \\+4 string matches the LTO sections, sometimes. I propose this small patch to avoid the issue, by matching arr\\+4 instead. OK? 2021-03-26 Christophe Lyon gcc/testsuite/ * gcc.t