From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1C3793858403; Tue, 18 Oct 2022 08:31:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C3793858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666081883; bh=1y1k4g1NCu2EKcGY5I3TujmG6f8ARt3tdvs5m4o4EKQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=avaC1iW8tGaSC7XpZm3ivcYw/Iy3Xqj0PdQOisOEDweDdsIg2PN+7vA7vXGimDAdy xGr3Vay+ZzNoLEuNjvSRIK1m6/k4T+bn4+sjPvu/byazC5lyWniDCOFim4dGVQ/LW3 NG7UK7qymBa3hU6zCRgnfKlopOBx78VXinbXBGL0= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107301] [13 Regression] ICE in duplicate_block, at cfghooks.cc:1114 Date: Tue, 18 Oct 2022 08:31:21 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D107301 --- Comment #3 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:5ad3cc1ecc3c7c61d5e319f74cb7287fb80944fd commit r13-3352-g5ad3cc1ecc3c7c61d5e319f74cb7287fb80944fd Author: Richard Biener Date: Tue Oct 18 09:38:03 2022 +0200 tree-optimization/107301 - check if we can duplicate block before doing= so Path isolation failed to do that. PR tree-optimization/107301 * gimple-ssa-isolate-paths.cc (handle_return_addr_local_phi_arg= ): Check whether we can duplicate the block. (find_implicit_erroneous_behavior): Likewise. * gcc.dg/torture/pr107301.c: New testcase.=