From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EAAC83858408; Mon, 23 Oct 2023 13:24:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EAAC83858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698067492; bh=0NtAqsc6ksKQNEr5eC4MMmZTI+Yf74yQ9M/aV1B1HW4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JRzeScxnceWazQp98h/9lU/m0ViQOGPbOYTvX8tPR2gMTfLyKwwVO2OIe8Bz32pED YFkKfKvgxr81m0Qov7mP4xq8/uQjwhv0weEoDLdLtII+55JSh0lL2nYZE4YLpv8uaU 1lgjJ2CEouL7gEErmJc3LSP+khtHG6Nvo1zgVfMw= 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:24:52 +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 #14 from CVS Commits --- The releases/gcc-11 branch has been updated by Oleg Endo : https://gcc.gnu.org/g:626bb2e165daa88f5c7cd66b9db49f03921474a9 commit r11-11075-g626bb2e165daa88f5c7cd66b9db49f03921474a9 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.=