From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D737D3858C5E; Thu, 9 Mar 2023 22:15:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D737D3858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678400151; bh=XFWBLqCafWQpmSHtQsV+3o2JuB101rjmBgGahKkISgU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=v2aF40ake9P2iFS2UeN1yUMkEbNWopmePhBsEXwq65hxBSkpLNWps+RemClCzDJIy Ax4zH601mNZPtKAOLJA6G2hNLhYbj6tZRo/P6N8/Fx9MkmW6D2MYz7lvjJdgnOejNP IT19N6f7x2GGrxzVNt+uYdzrAtdxwHUxRylvsv3U= From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107168] [11/12/13 Regression] Wrong errors for concepts with default lambda not-type argument since r11-3714-gc1c62aec6751678e Date: Thu, 09 Mar 2023 22:15:51 +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.2.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: jason 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D107168 Jason Merrill changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org --- Comment #2 from Jason Merrill --- The problem here is that tsubst_lambda_expr->pushtag->maybe_process_template_type_declaration->push_= template_decl fails because processing_template_decl is set but current_template_parms is not.=