From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B867B396E84E; Mon, 13 Nov 2023 20:19:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B867B396E84E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699906765; bh=xFLLr6VX4shcQWRbmgFBflxLrRgbYxMpamYeAuk0VAs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Y5YjpWXwEr7Lm7NiAar+7217LziTFfbbVx4dkSmIctdRBJfMJaXvH+2jbXxrqKwyG hjXJVVMQC2a8P30RXuC6RRymuRWfvtKeWbzZF8aWKNw+vg5DbTK+hxw96g+IicnDO1 FLfcO18E07Cr/Rj8M4aFk77dd3988aPZFifx8eC8= From: "uecker at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/112488] [14 Regression] ICE in make_ssa_name_fn with VLA inside type and inlining since r14-1142 Date: Mon, 13 Nov 2023 20:19:25 +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.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: uecker 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: 14.0 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=3D112488 --- Comment #6 from uecker at gcc dot gnu.org --- So adding back the DECL_EXPR ( TYPE_DECL (t) ) in finish_struct fixes it, b= ut I am not sure this is completely correct...=