From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 388383858D39; Mon, 15 Apr 2024 22:21:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 388383858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713219672; bh=TO2Vzmf2oJeYYv6h3c9wg1h8HCZWJ3TfWLa3oErPeFY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZM0EdpKv1mRxw5qAkmEdN6Pn8vveE9JXH49qi0aKOF+mXIcuFu31JI1qevEhX37Uf WxkfSGSW402MCZj2b2iSfV57pTVPksR8Rch7iL1ile1xKvLd+/iMbMvKVkOJbJJIB6 WPqBiHsqfY5b/3G81R4d3RTPr0fOadjsXC0bFMbY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/98500] ICE template template parameter with default parameter lambda Date: Mon, 15 Apr 2024 22:21:11 +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: 10.0 X-Bugzilla-Keywords: c++-lambda, ice-on-valid-code, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: cf_reconfirmed_on 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=3D98500 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2021-12-22 00:00:00 |2024-4-15 --- Comment #5 from Andrew Pinski --- (In reply to friedkeenan from comment #3) > I've triggered this without a template template parameter: Note the testcase in comment #0 still ICEs while the testcase in comment #3= was fixed for GCC 14 by the recent lambda template patches.=