From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 554DB3858D33; Thu, 4 Jan 2024 15:54:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 554DB3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704383649; bh=oaCKtlpR/WBg97GdYxV7T7wYLRifGx9mhudFMj8ERYU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iDeMXIHhstfTZoci+tUDW3Tt/lcNH2Jjdmk3cBx457eB9l1t1rUYmxmocN6pQdfh9 ArO9JzXUIXJAGVsHu1uHxbCMb9DwCgd4Ol8Xf7McJz7hOBwiZOrv8UAiiWuVepBllQ SABW54c6FEiBYXi++hhGtD2r+fcEmiqdPSjM+79I= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113217] [14 Regression][aarch64] ICE in rtl_verify_bb_insns, at cfgrtl.cc:2796 since r14-6605-gc0911c6b357ba9 Date: Thu, 04 Jan 2024 15:54:08 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: acoplan at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D113217 --- Comment #5 from Andrew Pinski --- (In reply to Alex Coplan from comment #4) > Looks like the fix in r14-6784-gaca1f9d7cab3dc1a374a7dc0ec6f7a8d02d2869a > wasn't sufficient to prevent trying to move throwing accesses above debug > insns. ICEs with just -O -fnon-call-exceptions -g. I'll see what can be > done about that. I don't think we need to punt on such opportunities. Please note we also want to keep with and without -g code generation the sa= me too. -fcompare-debug can helpful there too ...=