From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F07AC3858D20; Wed, 15 Mar 2023 08:34:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F07AC3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678869253; bh=wLg2jz3y8N8U9voINwQYUKEecw5upGKeoewtawY7f/c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=r4NfXHnt6slHdoxbJWm9yQvDpWhetS8I8sQxX7ZEX9PwL6b1+ItniIf+udiPFMm+4 aWPiJGANqJ68fY1de5qGGh/5r1Lp+mKHakRGaWn99fdaMi5D3yoF3bBqEOZh9tRRo4 dok+Don9eiMdppgbR2ftbsnYsNvlgcHXADfMR2dI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109139] [13 Regression] ice in make_decl_rtl, at varasm.cc:1442 Date: Wed, 15 Mar 2023 08:34:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status everconfirmed target_milestone short_desc keywords 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=3D109139 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Target Milestone|--- |13.0 Summary|ice in make_decl_rtl, at |[13 Regression] ice in |varasm.cc:1442 |make_decl_rtl, at | |varasm.cc:1442 Keywords|needs-bisection |ice-on-valid-code Last reconfirmed| |2023-03-15 --- Comment #1 from Andrew Pinski --- Before we had: unsigned char link.9[0:18446744073709551615]; in the referenced variables but after it is gone. But it is still referened: MEM[(int[0:D.2753] *)&link.9] =3D .DEFERRED_INIT (0, 2, &"link"[0]); release_ssa removes it but I have not looked into how. Note the way ccp1 turns this VLA into a non-VLA might be an issue too ...=