From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3B9A83858401; Fri, 19 Jan 2024 11:41:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B9A83858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705664495; bh=n2MPaNb0XlsF0TqaFV8incB3T13er8dW/NSQPbtL7Nw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qy7T7TyYY/kEtd/nUsHk2faE7AIwcIaMXbHWd57eJLHr8SzkAufRy1o1TDHAf8C+g H4/pcUzP8ztBZlTsp9ORcy7RPVe8B1M/6t8QXr1m8S+ZZzpLhKNS0hdQtLBLg0Xm1n OuJlPocvMsi4umCZlCajnPhoMOOzip0ZV4MI5zOQ= From: "vaci at vaci dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/102051] [coroutines] ICE in gimplify_var_or_parm_decl, at gimplify.c:2848 Date: Fri, 19 Jan 2024 11:41:33 +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: 11.2.1 X-Bugzilla-Keywords: C++-coroutines, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: vaci at vaci dot org X-Bugzilla-Status: WAITING 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: cc attachments.created 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=3D102051 Vaci changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vaci at vaci dot org --- Comment #5 from Vaci --- Created attachment 57158 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57158&action=3Dedit Further reduced example that reproduces the ICE The attached minimal code example also results in an internal_compiler erro= r on X64_64 gcc 13.2, as per godbolt: https://godbolt.org/z/jEq8fvzr3=