Re: [PATCH] ARM/testsuite: Use non-capturing parentheses with pr53447-5.c

2023-11-22 Thread Richard Earnshaw
On 22/11/2023 01:40, Maciej W. Rozycki wrote: Use non-capturing parentheses for the subexpressions used with `scan-assembler-times', to avoid a quirk with double-counting.     gcc/testsuite/     * gcc.target/arm/pr53447-5.c: Use non-capturing parentheses with     `scan-assemble

[PATCH] ARM/testsuite: Use non-capturing parentheses with pr53447-5.c

2023-11-21 Thread Maciej W. Rozycki
Use non-capturing parentheses for the subexpressions used with `scan-assembler-times', to avoid a quirk with double-counting. gcc/testsuite/ * gcc.target/arm/pr53447-5.c: Use non-capturing parentheses with `scan-assembler-times'. --- Hi, The `scan-assembler-times' quirk