From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8A24B3855582; Fri, 12 May 2023 15:08:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A24B3855582 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683904087; bh=IFK5i/pfmYy0QzJ1tb6LzWfZ/b2lD2p+/JQtIhdrqcc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FMpLGvB3MbCjWH4rXmAetA10RSLjdpb0BxI9xLYUFDP0N7xsjxBALCtgbeoq/3KH2 RJ8nEEK0+SZooEI3/D4Sx4+m3XLOvXfgeetJGj19ZHgTS8uZYGtFz2H54zOhFN9T5e Ydny2iEoD3t/lNSmcKkRn71824iqeE3hHOIT1FDM= 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: Fri, 12 May 2023 15:08:07 +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: 12.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=3D103807 --- Comment #5 from CVS Commits --- The releases/gcc-13 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:2aa1ab10ae0fd244dfea5fbf3705d7a1c0afff5a commit r13-7325-g2aa1ab10ae0fd244dfea5fbf3705d7a1c0afff5a 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. (cherry picked from commit 0d0c467d216bf538faa7ceb75875e4efa73ae23f)=