From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0A6BE3858D39; Tue, 7 Mar 2023 10:44:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A6BE3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678185856; bh=D7iztUlDqiLMCcRLr+tMVdqGfR1nwP9j4zCepHloJiE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=N3JkCAN+zsOiXhDT4y4XQaG1XWQUeW0piEdZScSGKtzy0SXUr5E91ZQpoBwm5Bzhy LkOfyVV2CdJoKkbId6eyrp0pdTsW0y6JdayRlQ3t7hiwgj5K3BKn3HnuuQsWMwqp55 AAZf1BEu+Jb5LorecioenR8ZUSvaeeEjgFEYD1oo= From: "dkm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109005] [13 Regression] ICE during GIMPLE pass: ifcvt Date: Tue, 07 Mar 2023 10:44:15 +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: dkm 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: 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=3D109005 --- Comment #16 from Marc Poulhi=C3=A8s --- (In reply to avieira from comment #15) > @richi: Yeah and as I mentioned on IRC I can confirm it fixes the issue, I > also bootstrapped and regression tested the change on > aarch64-unknown-linux-gnu. >=20 > Simon, I can't compile your minimal reproducer, first it complains about > missing the body keyword, so I added that, but then it complains about > missing a ifcvt_demo.ads, tried adding an empty one but that didn't work. Try by using the small reproducer as the ads file instead: gcc -c -O3 ifcvt_demo.ads=20=20=20=20=20=20 during GIMPLE pass: ifcvt raised STORAGE_ERROR : stack overflow or erroneous memory access=