From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 00AE33858D34; Tue, 13 Aug 2024 01:56:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00AE33858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1723514173; bh=jFqs3JAMge1TVxOtA0MJxkYqkvoZiWHoJdunJOmKrK8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e4VXtLmRcppm3bv9e5OtMU9cG+JN5ndEZmg1lr7C2Wnxi5HrM0NHrDoTPLh1Rhn5/ Bc1bc21bktj/xolWLQHto2/TBZHTdArl92CqJh9BWkT4Bn8rMuUdBDst4TQj0RHLoL XdGmOom04SJrxwOykoFW58qTRaq3BDKPhiwhAkWw= From: "jehelset at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/116327] [14/15 Regression] ICE in coroutine with parameter preview on lambda with captures since r15-2210 Date: Tue, 13 Aug 2024 01:56:12 +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: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.3 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 #4 from John Eivind Helset --- if compiling my project with 14.2.1 in release mode (cmake / -O3) i got ano= ther ICE from `internal compiler error: in set_parm_rtl, at cfgexpand.cc:1436`. 0x21a7bea internal_error(char const*, ...) ???:0 0x703e99 fancy_abort(char const*, int, char const*) ???:0 0xbd4dfd expand_function_start(tree_node*) ???:0 i didn't try to debug gcc 14.2.1 when compiling in release, but i checked t= hat i could compile in release without 066c7893eae on master (2b23a444bcf).=