From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D33C53858C50; Mon, 23 Oct 2023 09:21:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D33C53858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698052891; bh=gv96nExCNgtWT1vXemUEtTVtlkAKnMYWX0UctJ5oGNo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=K0XTPCzLidbqtDxaWeSyvQMO103ZFJNibMYspASQ3HlEab6EhkvIPmrHUM3XUAiI7 IUu9R5D8V+CyNTajSuGS4YYgowukHIkskVaFyCiU0614U3OGmcTfZg660T5Bdom++j jGcKFfl3ktIdCq6NSoxuX1QBFqvBNnCPxGluabH4= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111917] [11/12/13/14 Regression] ICE in as_a, at is-a.h:255 since GCC-7 Date: Mon, 23 Oct 2023 09:21:31 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to 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=3D111917 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot = gnu.org --- Comment #6 from Richard Biener --- We have two outgoing edges for [local count: 40157944]: e: and [local count: 35740570]: if (b_3 <=3D 30) f: before unswitching starts it looks OK, so we're splitting/inserting things wrong there. I'll have a look.=