From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DF4DB3852774; Fri, 12 May 2023 15:08:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF4DB3852774 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683904097; bh=aWyK4y3bcgFln0ncA89pH3upJ77JHMkCc0aXTAdF5Ew=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iuFa8aGVP9YAJ9oYprMnY3SY3FMqsMpRXx7ElyGaJ6m2bqcS2FPRuAKkZM6MnLNW6 QXDFUgW/RWGxQrNMJpdjpw1Ys9Re7+eu+OyJ5iDhcTqc8eYEZ/6pSU2uU1Ei4T4wwu 3t7iUZ5LbO5BbY4uTW7Qy/NbbTYWJGGh8V0FT9Xk= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/83258] Rejecting function pointer non-type template parameter without linkage Date: Fri, 12 May 2023 15:08:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 8.0 X-Bugzilla-Keywords: rejects-valid 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: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.2 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=3D83258 --- Comment #17 from CVS Commits --- The releases/gcc-13 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:20b1e1d8a79356e03f50f53e2fa02b376d56d7d7 commit r13-7327-g20b1e1d8a79356e03f50f53e2fa02b376d56d7d7 Author: Patrick Palka Date: Fri May 12 08:37:54 2023 -0400 c++: remove redundant testcase [PR83258] I noticed only after the fact that the new testcase template/function2.C (from r14-708-gc3afdb8ba8f183) is just a subset of ext/visibility/anon8= .C, so let's get rid of it. PR c++/83258 gcc/testsuite/ChangeLog: * g++.dg/ext/visibility/anon8.C: Mention PR83258. * g++.dg/template/function2.C: Removed. (cherry picked from commit 10098788ff61467f5a499f01c5443fb53ff564dd)=