Re: [PATCH] testsuite: Handle double-quoted LTO section names [PR112728]

2023-11-28 Thread Richard Biener
On Tue, Nov 28, 2023 at 2:24 PM Rainer Orth wrote: > > The gcc.dg/scantest-lto.c test FAILs on Solaris/SPARC with the native as: > > FAIL: gcc.dg/scantest-lto.c scan-assembler-not ascii > FAIL: gcc.dg/scantest-lto.c scan-assembler-times ascii 0 > > It requires double-quoting the section name

[PATCH] testsuite: Handle double-quoted LTO section names [PR112728]

2023-11-28 Thread Rainer Orth
The gcc.dg/scantest-lto.c test FAILs on Solaris/SPARC with the native as: FAIL: gcc.dg/scantest-lto.c scan-assembler-not ascii FAIL: gcc.dg/scantest-lto.c scan-assembler-times ascii 0 It requires double-quoting the section name which scanasm.exp doesn't allow for. This patch fixes that. Tested