From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6FDD3858D26; Sat, 10 Aug 2024 15:03:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6FDD3858D26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1723302238; bh=WdgI3hc42T+t9VGJS5KZ34fa56I0Q7NbSBzQWDzz8xM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ePiT+H3cdI8Hk1IO6S0H06wKH7i2werZzy2gS4jQiFFuTb41sNrsb6qTDsAzNCVWj mdqbotNdSxAi3xssd3eNBDvPGFVlRun+mdiG/NtmNi5o6ZvorOzqpf6VzLdf+enh7h ua76kju2w6GGxOVyZdQQDXCYRXcxao9h9BTvIDGA= From: "jehelset at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/116327] ICE in coroutine with parameter preview on lambda with captures. Date: Sat, 10 Aug 2024 15:03:58 +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: 14.2.1 X-Bugzilla-Keywords: c++-coroutines, c++-lambda X-Bugzilla-Severity: normal X-Bugzilla-Who: jehelset at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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=3D116327 --- Comment #2 from John Eivind Helset --- had to revert both changes in 066c7893eae to compile my hobby project witho= ut ICE.=