From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CB916385AC20; Wed, 3 Jan 2024 17:29:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CB916385AC20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704302982; bh=WmgNmzj5NLdy+6CEwUgf5vCjPGAfDxtp5VVETS+KHZI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FSAy0/GbENybVU2T0vxV0PqwQPgw0A4gtTNBu6AV+uW0RRUQzQWsZ+WYzWumDOWGG z9Ed7QjTgD80lLaRULqjXF5fler0PJdvVomXMq3LeaIbxy4O2xRowXil3q1N+3JSw1 tvrIHcg6IbyLOoSV10vYE46fuas5IE0h7DtTihYs= 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: Wed, 03 Jan 2024 17:29:42 +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 #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > Most likely we should only handle stores instructions which cannot throw, > insn_nothrow_p . s/stores/stores and loads/ really.=