From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8A34E3858CDA; Sat, 21 Oct 2023 04:08:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A34E3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697861293; bh=dTgZA3e3MFUBZkVV+a/oM3vtlUeo/jppVtqbh8jE0J4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q1Wm7CO04P1FG/Wvtg/k3WQMPVt1c9ventAHf/2yHjfxslYlIsa10KIwgRAXBDfkW HAWxmWyhwcYcBPtU/z9VjK5XWD7d07gh8dr1zRYrVUaZhEXyS+CHcUQtvGDX4+P/VK lipBBa+qvLdJllq0IpTLXRjnIbHCffc89RykU9mM= From: "olegendo at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111001] SH: ICE during RTL pass: sh_treg_combine2 Date: Sat, 21 Oct 2023 04:08:11 +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: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: olegendo 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D111001 --- Comment #4 from Oleg Endo --- Created attachment 56164 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56164&action=3Dedit sh_pr11001_fix.patch Can you please try this patch? It should solve the problem, but not sure if there could be any unexpected side effects.=