From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C7B213858C2D; Tue, 11 Oct 2022 16:39:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C7B213858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665506388; bh=E5YVWjkm4Tbnl62/+AeeqhcgIraNabAog5vSxEvm+q0=; h=From:To:Subject:Date:From; b=FPU1IJ4PM6jQ9K+gdORRjuHkpZ1YnrNumO2x95Ssc2/hGEw6mG2wHy3ryfEXkrZ4M 5LLvWA4j0+Iy3O93V0+FzMvvbM9XZP/0kkxRgcrHGQo/zMsfEbUXQjkrYuqbhN992q NZo0QbYM78j207GxsAwkLluNt4SbSh6bNSxWCYj0= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/107213] New: New test case c-c++-common/pointer-to-fn1.c uses unsupported option r13-3202-g67efffec943656 Date: Tue, 11 Oct 2022 16:39: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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer 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 target_milestone 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=3D107213 Bug ID: 107213 Summary: New test case c-c++-common/pointer-to-fn1.c uses unsupported option r13-3202-g67efffec943656 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:67efffec943656a509e036cd3c785a5c3d6885e1, r13-3202-g67efffec943656 make -k check-gcc RUNTESTFLAGS=3D"dg.exp=3Dc-c++-common/pointer-to-fn1.c" FAIL: c-c++-common/pointer-to-fn1.c -Wc++-compat (test for warnings, line 14) FAIL: c-c++-common/pointer-to-fn1.c -Wc++-compat (test for warnings, line 15) FAIL: c-c++-common/pointer-to-fn1.c -Wc++-compat (test for warnings, line 16) FAIL: c-c++-common/pointer-to-fn1.c -Wc++-compat (test for warnings, line 17) FAIL: c-c++-common/pointer-to-fn1.c -Wc++-compat (test for excess errors) FAIL: c-c++-common/pointer-to-fn1.c (test for warnings, line 14) FAIL: c-c++-common/pointer-to-fn1.c (test for warnings, line 15) FAIL: c-c++-common/pointer-to-fn1.c (test for warnings, line 16) FAIL: c-c++-common/pointer-to-fn1.c (test for warnings, line 17) FAIL: c-c++-common/pointer-to-fn1.c (test for excess errors) spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test/gcc/testsuite/g++/../../xg++ -B/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/g++/../../ /home/seurer/gcc/git/gcc-test/gcc/testsuite/c-c++-common/pointer-to-fn1.c -fdiagnostics-plain-output -nostdinc++ -I/home/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/libstdc= ++-v3/include/powerpc64le-unknown-linux-gnu -I/home/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/libstdc= ++-v3/include -I/home/seurer/gcc/git/gcc-test/libstdc++-v3/libsupc++ -I/home/seurer/gcc/git/gcc-test/libstdc++-v3/include/backward -I/home/seurer/gcc/git/gcc-test/libstdc++-v3/testsuite/util -fmessage-lengt= h=3D0 -fcf-protection -std=3Dc++11 -fpermissive -S -o pointer-to-fn1.s^M cc1plus: error: '-fcf-protection=3Dfull' is not supported for this target^M compiler exited with status 1 FAIL: c-c++-common/pointer-to-fn1.c (test for warnings, line 14) FAIL: c-c++-common/pointer-to-fn1.c (test for warnings, line 15) FAIL: c-c++-common/pointer-to-fn1.c (test for warnings, line 16) FAIL: c-c++-common/pointer-to-fn1.c (test for warnings, line 17) commit 67efffec943656a509e036cd3c785a5c3d6885e1 (HEAD, refs/bisect/bad) Author: Marek Polacek Date: Thu Sep 29 17:49:32 2022 -0400 c-family: ICE with [[gnu::nocf_check]] [PR106937]=