From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ECA033857023; Mon, 24 Apr 2023 16:27:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ECA033857023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682353677; bh=Uffzj+IoXSxnHuCwpQKL8oPhAUBugoAPj2T+OXpq7Eg=; h=From:To:Subject:Date:From; b=pJ6Cj7n/SF1cGeEEbl9LMCVqVN8vfUlBPNu+sIrdI+h7rlSUguqJuI9XRY7SU5ZuD L80AXut0hxwJUqIzdmFJ/Q/0WUyq10fUNZcgoDSSpna2/NYj5SQ9SNbc2iZ+veBm59 p4WoyeAcXw4z3AzZl/Gw+afdPnSKcvfBT6RAZEWs= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/109608] New: [14 regression] net test case g++.dg/cpp0x/constexpr-pmf3.C in r10-11306-gda17a9049ee0a8 has excess errors Date: Mon, 24 Apr 2023 16:27:57 +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: 10.4.1 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=3D109608 Bug ID: 109608 Summary: [14 regression] net test case g++.dg/cpp0x/constexpr-pmf3.C in r10-11306-gda17a9049ee0a8 has excess errors Product: gcc Version: 10.4.1 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:da17a9049ee0a8ca9f93edf137df92e824a7593e, r10-11306-gda17a9049ee0a8 make -k check-gcc RUNTESTFLAGS=3D"dg.exp=3Dg++.dg/cpp0x/constexpr-pmf3.C" FAIL: g++.dg/cpp0x/constexpr-pmf3.C -std=3Dc++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-pmf3.C -std=3Dc++17 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-pmf3.C -std=3Dc++2a (test for excess errors) # of unexpected failures 3 # of unsupported tests 1 commit da17a9049ee0a8ca9f93edf137df92e824a7593e (HEAD, refs/bisect/bad) Author: Jason Merrill Date: Thu Mar 23 16:50:09 2023 -0400 c++: constexpr PMF conversion [PR105996] FAIL: g++.dg/cpp0x/constexpr-pmf3.C -std=3Dc++14 (test for excess errors) Excess errors: /home/seurer/gcc/git/gcc-10-test/gcc/testsuite/g++.dg/cpp0x/constexpr-pmf3.= C:12:41: error: extra ';' [-Wpedantic]=