From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 70C3E3858D1E; Sat, 11 Nov 2023 09:01:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 70C3E3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699693295; bh=NM2WR1CRIUlQYMlZl8/XvhBg6vRh3xk7XgeXev459IA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iW/o61MMqFJoEYFB4Vktm1K3r7F3Qix8N9mLlT5Wn35gvS0BnCqGDWL9MX1yb8fMN ccoUNwDVHhh9b7TqxBYqYadT1nuK4g6zYUIRF8LERI67c3I8WKtSum74/mDrKN4/UD +9FV/tuyh6PD5KgdxNU57ON9embvKNaA6HczTzy4= From: "amonakov 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: Sat, 11 Nov 2023 09:01:24 +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: amonakov 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: cc 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 Alexander Monakov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |uros at gcc dot gnu.org --- Comment #15 from Alexander Monakov --- It did not bring enlightenment. It looks like INT_MIN REG_EH_REGION annotat= ing a call that *does not* perform a non-local goto was a late addition, breaki= ng the assumption "EH_REGION notes may appear only on insns that may throw exceptions", and now a few places in the compiler look as if they may forge= t to preserve the special INT_MIN REG_EH_REGION note. Uros, would you mind reading the discussion in this bug? Do you have suggestions how to proceed here?=