From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3ED8E398703C; Fri, 11 Sep 2020 12:12:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3ED8E398703C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1599826327; bh=eerSx+UWeTrgjVyL5W7+x1i213BKWsYE8Oj5HfBqbO4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EreosQrxvugRzll/eSRvTGXX2bKpUKbHrDYvL2V3GFk3bA7W6h0YuF3f7B1rav6lB Xj32wXijI7Nn3Z8XPlVF1zBgZW94MCfuTK0HsVHhDYPy0VMZBV6yzrot5LoXpIia4o /Pb6uxFcjhQyvxrQDxWJlsc5fXy/tThWXu2N3Gn0= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/96514] [9/10 Regression] ICE: verify_flow_info failed (error: control flow in the middle of basic block 3) Date: Fri, 11 Sep 2020 12:12:07 +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-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 9.4 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2020 12:12:07 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96514 --- Comment #4 from CVS Commits --- The releases/gcc-10 branch has been updated by Richard Biener : https://gcc.gnu.org/g:a568a893f38a9cd32ddffd32bb9b6636deeeb5f1 commit r10-8747-ga568a893f38a9cd32ddffd32bb9b6636deeeb5f1 Author: Richard Biener Date: Fri Aug 7 10:16:05 2020 +0200 tree-optimization/96514 - avoid if-converting control-altering calls This avoids if-converting when encountering control-altering calls. 2020-08-07 Richard Biener PR tree-optimization/96514 * tree-if-conv.c (if_convertible_bb_p): If the last stmt is a call that is control-altering, fail. * gcc.dg/pr96514.c: New testcase. (cherry picked from commit c3f94f5786a014515c09c7852db228c74adf51e5)=