From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B2C7A385B50E; Fri, 8 Mar 2024 13:22:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2C7A385B50E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709904143; bh=4k1KccwT874jliLcb4yk0YuVOB790oweMN1WKYTZXh8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ag/Z+yyLLBI2Bj/yvU/kLxAntMWfQdMu/7GTAdFMzM1/6T8pV9UoKHAW+FpJT9FCI dQdjtQgyiywIGjwhe8Ru2LGDRPwpcXCCLDCldiB4LQ0oRIgsygwPLLMuWsTgP66lK2 xcqPPreR03pWc23xi4L6XUYL6BEhHCh+y1/DS/24= From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111822] [12/13/14 Regression] during RTL pass: lr_shrinkage ICE: in operator[], at vec.h:910 with -O2 -m32 -flive-range-shrinkage -fno-dce -fnon-call-exceptions since r12-5301-g045206450386bc Date: Fri, 08 Mar 2024 13:22:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: EH, ice-on-valid-code, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com 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.4 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=3D111822 --- Comment #13 from Uro=C5=A1 Bizjak --- (In reply to Richard Biener from comment #12) > > But I think, we could do better. Adding CC. >=20 > We sure could, but I doubt it's too important? Maybe for Go/Ada. Preloading stuff is simply loading from the same DImode address, so I'd thi= nk that EH_NOTE should be moved from the original insn to the new insn without much problems. Please note that on x86_32 split pass is later splitting DImode memory acce= ss to two SImode loads, this looks somehow harder problem as far as EH notes a= re concerned, as the one above. I'm not versed in this area, so I'll leave the fix to someone else.=