From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A81083858D37; Sun, 22 Oct 2023 23:03:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A81083858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698015826; bh=PqPK7WD9tw9cFdVScIwiZAibfAdKuzoEqZukPpWuXOo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LsJVZP21CAM9/LoEqlVcz7DBh/H+ExIlPQzmfT1x6kST+QtAcDS5TVzsP6QiaBr9h Jdsgtd3C8r2QN4NcX9xP7BvCeW4GaZsWqpHTq4PtkwnXOtlDIyuo24yNob1snYXfnh KrFsaevtdtmxgKaj8zBE9FcWmTxofcS1NgsrFBNY= From: "glaubitz at physik dot fu-berlin.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111001] SH: ICE during RTL pass: sh_treg_combine2 Date: Sun, 22 Oct 2023 23:03:45 +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: glaubitz at physik dot fu-berlin.de 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: 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 #5 from John Paul Adrian Glaubitz --- (In reply to Oleg Endo from comment #4) > Created attachment 56164 [details] > sh_pr11001_fix.patch >=20 > Can you please try this patch? It should solve the problem, but not sure= if > there could be any unexpected side effects. I can confirm that this patch fixes the build of e2fsprogs with gcc-13 for = me.=