From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B57933858417; Sat, 13 Apr 2024 20:24:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B57933858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713039847; bh=RK85pQ3myQ4ogEzEHYRUdDBuaAfEZ+HysW6gOcRnLOY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=btP3HnpS3XRmNck3gZ5SOuYnEpLcWSRTvlM+b9DWJW7+8mHby9aMqjmLhTBuUeKSd 3D4xaseUJSkaxoRSzHQXcZCoKBYqqU0eAd3HDpwat4lOkCdAkBhHmeYAEH/fPE24gm 4Y1mYYZMtciH8OqNYUo5wDxQkuSENPh+c8uzIyRo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105667] [C++20] lambdas in template argument sometimes cause an ICE (seg fault) Date: Sat, 13 Apr 2024 20:24:05 +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.1.0 X-Bugzilla-Keywords: c++-lambda, ice-on-valid-code 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=3D105667 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2022-05-19 00:00:00 |2024-4-13 --- Comment #9 from Andrew Pinski --- (In reply to Eric Niebler from comment #7) > Another, even shorter repro: This one is fixed for GCC 14 with the recent lambda template patches. (In reply to Alfred Agrell from comment #8) > I ran into something similar. My reduced testcase is Likewise. But the others still ICEs today on the trunk.=