From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C41B385B53E; Thu, 11 May 2023 14:38:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C41B385B53E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683815891; bh=Uxp5p2SJblGRadtZlYVNlb8Gw6XBbJQPP0PG5z8Eu/A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CPhkdJAdoyLmAPO5mD1dn68nFUQDp2NU+EoS4XWufUpU+4/2KNScd2DQZggysJ0+o qWUBSDbTmGGRYytgVcU8wkKH/K4IEMjAmedO+uLOYW83TsfsrWZSdA8qekGMt2jLVA ydUQF5mPNy4bt2RHscXsDX1A/lFbr+W/7uhW4tcc= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/103807] Unable to make template class instance with default parameter of lambda::function Date: Thu, 11 May 2023 14:38:10 +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: 12.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW 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: 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=3D103807 --- Comment #3 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:0d0c467d216bf538faa7ceb75875e4efa73ae23f commit r14-710-g0d0c467d216bf538faa7ceb75875e4efa73ae23f Author: Patrick Palka Date: Thu May 11 10:38:02 2023 -0400 c++: Add testcase for already fixed PR [PR103807] We accept this testcase since r13-806-g221acd67ca50f8. PR c++/103807 gcc/testsuite/ChangeLog: * g++.dg/cpp2a/lambda-targ1.C: New test.=