From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 971D03858414; Tue, 17 Jan 2023 07:06:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 971D03858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673939189; bh=4pO2IY+021xqIpe6BSGNq4csm1WA/zLw/6xOKuSSbOs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oCYXGRThh9612azL3yTnaeb2dIhBgkKohT3XSMflgzIlNC//v2vOpE4w3kYI/IJr4 W6aAEp1RZvWJPIh7vPEgY2YLaisUoKOpWqUXLyEftkHv1hTEaNCtAQoO4gaUIwHpCd ZcY3hSxOwQ+I1UKCH8GBeLj9GDac+jebXczbnlrk= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108423] [12/13 Regression] ICE in make_ssa_name_fn with VLA types in arguments and inlining Date: Tue, 17 Jan 2023 07:06:29 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: component bug_status everconfirmed priority 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=3D108423 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Component|middle-end |c Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Priority|P3 |P2 Last reconfirmed| |2023-01-17 --- Comment #1 from Richard Biener --- #3 0x0000000001697500 in remap_ssa_name (name=3D,=20 id=3D0x7fffffffd910) at /home/rguenther/src/trunk/gcc/tree-inline.cc:237 237 new_tree =3D make_ssa_name (remap_type (TREE_TYPE (name), id)= ); (gdb) p debug_tree (name) nothrow def_stmt=20 version:1 in-free-list> $1 =3D void so another case with a missing/misplaced DECL_EXPR for the VLA size.=