From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9DC493858408; Mon, 23 Oct 2023 13:21:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9DC493858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698067275; bh=Jqkf+RZ3f6o8tYb3gNxJPCZAZzCVfy5vl+XnTNvCsAA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s3h6rE9JkhtdCw7pLne+R1mvleQW5Fo/X+K0YUL9lU23TWmfCGY5qKAUs5kVxin4y Yk6lGpsmasLVeFCvjXUeXr49z5P6ZWjaMwqkpUJBBoLXB1X+cZAKaR807Ug7nJjj7z GldPJ8hvYMuECi/pQznGV2tdMSqrHbPqj3hRb6/Q= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111001] SH: ICE during RTL pass: sh_treg_combine2 Date: Mon, 23 Oct 2023 13:21:15 +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: cvs-commit 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: 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 #13 from CVS Commits --- The releases/gcc-12 branch has been updated by Oleg Endo : https://gcc.gnu.org/g:4414818f4e5de54ea3c353e2ebb2e79a89ae211b commit r12-9938-g4414818f4e5de54ea3c353e2ebb2e79a89ae211b Author: Oleg Endo Date: Mon Oct 23 22:08:37 2023 +0900 SH: Fix PR 111001 gcc/ChangeLog: PR target/111001 * config/sh/sh_treg_combine.cc (sh_treg_combine::record_set_of_reg): Skip over nop move insns.=