From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3A4DE385558C; Fri, 12 May 2023 12:38:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3A4DE385558C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683895131; bh=iBokDjowpBBVsa2EjBIayhJPTaaqvDi5GHpBVrhFGj4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pbQ5lY61w83docJeVbov5wu5TpeIrjPpTd60+kLfAlD7f7vQlbpEqLbq/znugWVNZ aYYBSGJapJh41M9648GUm7YZKO2PyjOZETSKXOizgxGLOCpxjTjBZWpDN0QTFITHD+ Tg4merjwj8i0tdjieDgrGjlOywYfS7qXmDMSY1e0= 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 12:38:49 +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 #15 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:10098788ff61467f5a499f01c5443fb53ff564dd commit r14-787-g10098788ff61467f5a499f01c5443fb53ff564dd 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.=