From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 15E5A3858426; Sun, 10 Mar 2024 22:23:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 15E5A3858426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710109386; bh=SzqHI78Vscd2K9LIlCuOliBH53otQQfJ4qgUqOt6HRU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mSn65yStb/JamekqLZjY0IrBgNpdiXRr9sFnPAWdre63sJUCTW1bLYQ5HQJS6XBq3 y6bRaXyfTAp/ntnM3lkxkmLon8oNMjbkMf6vIqnbD3ZaOU8tNWVgUb8Ho0rh7UeNvC 5rMiuh1aJir18n5wg7N15DR31PXjCwyMk95tx/Xg= 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 22:23:04 +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: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution target_milestone bug_status 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 ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |14.0 Status|NEW |RESOLVED --- Comment #9 from Andrew Pinski --- I ran a bootstrap and test with gimple_can_duplicate_bb_p returning false always. The only ICE was in the vectorizer while vectorizing OpenMP reducti= on code. I tried to reproduce that ICE without the patch and could not get the vectorizer to fail so closing as fixed.=