From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4E7873858418; Tue, 18 Oct 2022 17:41:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4E7873858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666114880; bh=MVCSiNTDKAqc3Mw2ADRsd/aLJXNfRr3Vy5R2b2At5io=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rKKHOdCDo9PYF/U0p6C7Duc5/XxgqDFQ9xmGsIpoGzZDKODNqFDTtpw3w4KLnRY/p Rmf71m9aqQrJ8ZLsErokLQAI+EWupwDV1dLCo6rkBtQ9V5gMc0TcWDOL10aRhko0gH NowOFPdCvzbzIRiMnruBAT/tV4V/Yf77vnwEo2Cw= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/107213] New test case c-c++-common/pointer-to-fn1.c uses unsupported option r13-3202-g67efffec943656 Date: Tue, 18 Oct 2022 17:41:19 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D107213 --- Comment #1 from CVS Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:cc694f45087c892e69ebbb177203c708f00b1bc7 commit r13-3365-gcc694f45087c892e69ebbb177203c708f00b1bc7 Author: Marek Polacek Date: Tue Oct 11 12:51:40 2022 -0400 testsuite: Only run -fcf-protection test on i?86/x86_64 [PR107213] This test fails on non-i?86/x86_64 targets because on those targets we get error: '-fcf-protection=3Dfull' is not supported for this target so this patch limits where the test is run. PR testsuite/107213 gcc/testsuite/ChangeLog: * c-c++-common/pointer-to-fn1.c: Only run on i?86/x86_64.=