https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112728
Bug ID: 112728 Summary: gcc.dg/scantest-lto.c FAILs Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: amylaar at gcc dot gnu.org Target Milestone: --- Target: sparc-sun-solaris2.11, powerpc-ibm-aix7.2.5.0, x86_64-apple-darwin, hppa64-hp-hpux11.11 The gcc.dg/scantest-lto.c FAILs on quite a number of targets: * On Solaris/SPARC with the native as, it's because section names are double- quoted, which isn't yet handled by the scanasm.exp LTO detection. I do have a patch for that. However, there are several more on gcc-testresults: * On Darwin, the __TEXT,__eh_frame contains .ascii because the assembler lacks support for cfi directives. * There are also reports on AIX 7.2.5.0 and HP/UX 11.11. In both cases, one sees FAIL: gcc.dg/scantest-lto.c (test for excess errors) UNRESOLVED: gcc.dg/scantest-lto.c scan-assembler-not ascii UNRESOLVED: gcc.dg/scantest-lto.c scan-assembler-times ascii 0 It seems there's more than one thing wrong with the test.