From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5E7A6385B534; Wed, 29 Nov 2023 13:52:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E7A6385B534 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701265964; bh=wauyPb196B2GLQpXSE2G9ZilqD3UGLcOHA/RmXEdnHw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=E2rYf/Vc3bMAMgAn13srp1zoS5vgtlgYAL5egLx9HxeBHMO7ZXD2jzVPfiJEyqCEK i+Jiq5no+GKe5HisieAD8iGIYoM4Nds3Zp0XJeRu61gdQTISQK2qEsqsOUSPtkrSID t0SUfrODroa1EjW0KRjhc+OIT7LlKnbgyst1R9g8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/112729] gcc.target/i386/apx-interrupt-1.c etc. FAIL Date: Wed, 29 Nov 2023 13:52:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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 --- Comment #9 from GCC Commits --- The master branch has been updated by Rainer Orth : https://gcc.gnu.org/g:8ee480441eaec87ca6e0b0963fe9aade7edd1e8a commit r14-5968-g8ee480441eaec87ca6e0b0963fe9aade7edd1e8a Author: Rainer Orth Date: Wed Nov 29 14:52:04 2023 +0100 testsuite, i386: Only check for cfi directives if supported [PR112729] gcc.target/i386/apx-interrupt-1.c and two more tests FAIL on Solaris/x86 with the native assembler. Like Darwin as, it doesn't support cfi directives. Instead of adding more and more targets in every affected test, this patch introduces a cfi effective-target keyword to check for the prerequisite. Tested on i386-pc-solaris2.11 (as and gas), x86_64-pc-linux-gnu, and x86_64-apple-darwin23.1.0. 2023-11-24 Rainer Orth gcc/testsuite: PR testsuite/112729 * lib/target-supports.exp (check_effective_target_cfi): New pro= c. * gcc.target/i386/apx-interrupt-1.c: Require cfi instead of skipping on *-*-darwin*. * gcc.target/i386/apx-push2pop2_force_drap-1.c: Likewise. * gcc.target/i386/apx-push2pop2-1.c: Likewise. gcc: PR testsuite/112729 * doc/sourcebuild.texi (Effective-Target Keywords, Environment attributes): Document cfi.=