From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BA74938582B5; Mon, 27 Nov 2023 14:00:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BA74938582B5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701093647; bh=nVV6DT6ecebfkvuRCTlDGZQxWfMZ9xh2ENcg9gkxji4=; h=From:To:Subject:Date:From; b=MHKZKEMHzyZqjsGiIFH3QAN1Dqj30iOzZM4zmO7DcIsJmFLgPk+dg8QhYQX13B+HH /dtF7FSplxGg3T7TTZey7FF9szb9tk3Kh8COhA50zLq3loOLC3Mf90aP0fuqKhazq/ ZgMRgApCdrFYomWD8wHZ4+LDocqRB7ozGR/GDuqQ= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/112728] New: gcc.dg/scantest-lto.c FAILs Date: Mon, 27 Nov 2023 14:00:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone cf_gcctarget Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112728 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 doubl= e- quoted, which isn't yet handled by the scanasm.exp LTO detection. I do h= ave 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.=