From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9AB7D3858018; Thu, 4 Jan 2024 10:36:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9AB7D3858018 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704364567; bh=UtZAP0wZyEQqMAix1AYmklmRImSpwbwCfnv7nnwmUO8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=M1coiznER1d4XTLLBpFT/Dc2Nsr2Z9nop7eaYD5nJoCjsGtlW38s5YI832UwZrT3/ ld9XNpbUoCGTZ4xCPE1HLqb8P6+gJU8wkgH8hjb2wk0YqebfQ2rj6oxBWSnUKVqU1l hbxS8j4LZooEz3XnaqKoQhYtQJQ+3TfvyH6P3iUk= From: "acoplan 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 10:36:05 +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: acoplan 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 #4 from Alex Coplan --- Looks like the fix in r14-6784-gaca1f9d7cab3dc1a374a7dc0ec6f7a8d02d2869a wa= sn'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 tha= t.=20 I don't think we need to punt on such opportunities.=