From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9FCDA3858407; Thu, 26 Oct 2023 11:47:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FCDA3858407 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698320825; bh=YSSMbHOh5AfkRs1V/+N5AbbWXrChaofX05S9F+IEceI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xnizURVBrLPeXFM6b9Jn7e8uxqzPdgXgvHiutMZDkcEEnaTC383jup7a+Z1G9cGtA 1oe+I3NdXJvSV/gkTnLXIIxWMTTIRB/Y1Q8LeQUEaNxOCK4I1jawqkkizi0sVZ9Vtj +epwYzerD6/UUelA/sw1M/PLbfPe9/Mzr4qtw41E= From: "aoliva at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111943] ICE in gimple_split_edge, at tree-cfg.cc:3019 on 20050510-1.c with new -fharden-control-flow-redundancy with computed gotos Date: Thu, 26 Oct 2023 11:47: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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: aoliva at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: aoliva at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cf_reconfirmed_on bug_status assigned_to attachments.created 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=3D111943 Alexandre Oliva changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2023-10-26 Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at gcc dot gnu.org |aoliva at gcc dot g= nu.org --- Comment #1 from Alexandre Oliva --- Created attachment 56315 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56315&action=3Dedit candidate patch under test Mine. Thanks for the report, testing a fix.=