https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112728
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Rainer Orth <r...@gcc.gnu.org>: https://gcc.gnu.org/g:77f713a64aead2bcc68567de8431bdb67cb6b196 commit r14-5959-g77f713a64aead2bcc68567de8431bdb67cb6b196 Author: Rainer Orth <r...@cebitec.uni-bielefeld.de> Date: Wed Nov 29 10:29:50 2023 +0100 testsuite: Handle double-quoted LTO section names [PR112728] 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 on sparc-sun-solaris2.11 (as and gas) and i386-pc-solaris2.11 (as and gas). 2023-11-23 Rainer Orth <r...@cebitec.uni-bielefeld.de> gcc/testsuite: PR testsuite/112728 * lib/scanasm.exp (dg-scan): Allow for double-quoted LTO section names. (scan-assembler-times): Likewise. (scan-assembler-dem-not): Likewise.