From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 14BEC3858D38; Fri, 10 Nov 2023 21:37:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 14BEC3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699652274; bh=cE9gQj/BzaoibwFqOuQovayMCd23pG4ZdbsXm6BMMZI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XaUvRoHt7xOqetwIIK90IF6dXofGVztK2M0WwZ0yjpCKJZQ6c5mWa2NR+4KmwobPX dkMvqeiq3ITMFg4sggIHyWAk9rtW1lYfgFhoG2hDJLJA6mr1kTlV7AF6H9Bz9RV06S Ty474baZ1pWQtu6/jZs0/kHUuZksn/Po2Vj27Rrs= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/110307] ICE in move_insn, at haifa-sched.cc:5473 when building Ruby on alpha with -fPIC -O2 (or -fpeephole2 -fschedule-insns2) Date: Fri, 10 Nov 2023 21:37:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 13.1.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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=3D110307 --- Comment #14 from Sam James --- (In reply to Alexander Monakov from comment #13) > Note to self: check how control_flow_insn_p relates. Did you have a chance to look at this bit? matoro asked me to cherry-pick it downstream but it's in generic code from a skim so...=