From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 353123858287; Thu, 8 Sep 2022 14:51:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 353123858287 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662648708; bh=5CzwGoxSq4Ymol34UVV+s4k3MupRpqT7VSWClqb8kxo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Usrw7wr7y4a0Qg67DCgwgcn5JY+1Bsjv0KNw0Kxq0sfzSrDOGgG9ZIBe3LqVJqEY3 roFnYRXa7he8/xTkcD0RMH+BhLc4uSfEAVOJws8rRuFXDbdN0HYMtPZEixxxsug6se w+ik2gjQd1rl16nosBMl+ehbB2iw34MLx94ndWjQ= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99209] lambdas in function template signatures instantiated with wrong semantic context Date: Thu, 08 Sep 2022 14:51:46 +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: 11.0 X-Bugzilla-Keywords: wrong-code 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=3D99209 --- Comment #3 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:f7280b04714c24af2854cf020b6e7b6ad3b7fba8 commit r13-2542-gf7280b04714c24af2854cf020b6e7b6ad3b7fba8 Author: Patrick Palka Date: Thu Sep 8 10:49:04 2022 -0400 c++: Add testcase for already fixed PR [PR99209] This was incidentally fixed by r13-806-g221acd67ca50f8. PR c++/99209 gcc/testsuite/ChangeLog: * g++.dg/cpp2a/lambda-uneval17.C: New test.=