From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3F904385841E; Mon, 27 Nov 2023 15:10:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F904385841E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701097814; bh=t4ZVF9s6avVNKB6pCB3AwqUWRJHY0zZ5dT6XtlqhRJI=; h=From:To:Subject:Date:From; b=YyBHNg1O33jWm145vXs6sxQA+L1WAf3BMNI1rZVm7mUshmrnfVUwwUupdJOhy9Kun ffTLHhLfbtNWpc9L6Fsf+lFRZlgWN822AEbOqp7Cv0dmJSaFnhX8/KxHPvsR0B4JK8 v0KXrZcXV0BP9vZKAK/pNokn1geem0e0iU+8wGjc= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/112729] New: gcc.target/i386/apx-interrupt-1.c etc. FAIL Date: Mon, 27 Nov 2023 15:10:13 +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=3D112729 Bug ID: 112729 Summary: gcc.target/i386/apx-interrupt-1.c etc. FAIL 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: wwwhhhyyy333 at gmail dot com, zewei.mo at intel dot com Target Milestone: --- Target: i386-pc-solaris2.11, x86_64-unknown-freebsd12.4 Several of the gcc.target/i386/apx-*.c tests FAIL on different targets: * On Darwin/x86 they are skipped because the assembler doesn't support the = cfi directives. * On Solaris/x86 with the native assembler, part of the failures is for the same reason: lack of cfi support. Instead of hardcoding more and more targets, I have a patch that introduces a new cfi effective-target keyword for the testsuite to handle that properly instead. * However, on Solaris/x86 with gas (which does support the cfi directives), there are still quite a number of failures. I'm attaching the assembler output for comparison. FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 130, -136 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 131, -128 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 132, -120 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 133, -112 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 134, -104 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 135, -96 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 136, -88 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 137, -80 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 138, -72 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 139, -64 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 140, -56 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 141, -48 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 142, -40 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 143, -32 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 144, -24 1 FAIL: gcc.target/i386/apx-interrupt-1.c scan-assembler-times \\\\t\\\\.cfi_offset 145, -16 1 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times .cfi_def_cfa_offset 16 2 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times .cfi_def_cfa_offset 32 2 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times .cfi_def_cfa_offset 48 2 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times .cfi_def_cfa_offset 56 2 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times .cfi_def_cfa_offset 8(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times .cfi_offset 12, -40(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times .cfi_offset 13, -32(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times .cfi_offset 14, -24(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times .cfi_offset 15, -16(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times .cfi_offset 6, -48(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times .cfi_restore 6(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times pop2[\\\\t ]*[^\\n\\r]*%r12[^\\n\\r]*%rbp[^\\n\\r]*(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times pop2[\\\\t ]*[^\\n\\r]*%r14[^\\n\\r]*%r13[^\\n\\r]*(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times popq[^\\n\\r]*%r15(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times push2[\\\\t ]*[^\\n\\r]*%r13[^\\n\\r]*%r14[^\\n\\r]*(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times push2[\\\\t ]*[^\\n\\r]*%rbp[^\\n\\r]*%r12[^\\n\\r]*(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2-1.c scan-assembler-times pushq[^\\n\\r]*%r15(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times .cfi_def_cfa_offset 16 2 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times .cfi_def_cfa_offset 32 2 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times .cfi_def_cfa_offset 48 2 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times .cfi_def_cfa_offset 56 2 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times .cfi_def_cfa_offset 8(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times .cfi_offset 12, -40(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times .cfi_offset 13, -32(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times .cfi_offset 14, -24(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times .cfi_offset 15, -16(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times .cfi_offset 6, -48(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times .cfi_restore 6(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times pop2[\\\\t ]*[^\\n\\r]*%r12[^\\n\\r]*%rbp[^\\n\\r]*(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times pop2[\\\\t ]*[^\\n\\r]*%r14[^\\n\\r]*%r13[^\\n\\r]*(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times popq[^\\n\\r]*%r15(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times push2[\\\\t ]*[^\\n\\r]*%r13[^\\n\\r]*%r14[^\\n\\r]*(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times push2[\\\\t ]*[^\\n\\r]*%rbp[^\\n\\r]*%r12[^\\n\\r]*(?:\\n|[ \\\\t]+#) 1 FAIL: gcc.target/i386/apx-push2pop2_force_drap-1.c scan-assembler-times pushq[^\\n\\r]*%r15(?:\\n|[ \\\\t]+#) 1 * I strongly suspect that the FreeBSD 12.4/x86_64 failures are the same, although that's difficult to tell from the gcc-testresults mails. It seems something is amiss here: maybe the tests are Linux-specific in some way. In that case, the tests should be adjusted accordingly.=