From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F07EB3860C2D; Sun, 10 Mar 2024 07:30:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F07EB3860C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710055814; bh=4/LdyN+ByKS/Fo4P71/RQjbF3zapMTtU77v/7bP5F44=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZXoBWHtSgTQ5NE+xRODMnqz+cVUMy69eMf8P8Ky5fyxfwaibw+kNEvQLWxlTqej1Y rtJgao5QvmAb0O+lvyR5X1o5uNbg1ufQe86ZlSMhr8o51HEdfKGIHpiqko8t+mjzTd ZfXdTeaZ3q525/MkBRrPjV0z8d8zl7f00qKKu/PA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/97333] [meta-bug] [gimple_can_duplicate_bb_p == false, tree-ssa-threadupdate] ICE in duplicate_block, at cfghooks.c:1093 Date: Sun, 10 Mar 2024 07:30:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: ice-on-valid-code, meta-bug X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D97333 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu.org --- Comment #8 from Andrew Pinski --- Note if you have gimple_can_duplicate_bb_p return false always, you need to disable -Werror as GCC's (target library) sources depend on some jump threa= ding so some warnings don't show up.=