From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 521673858C31; Mon, 6 Nov 2023 09:52:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 521673858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699264321; bh=s7p0wB30p/8HzsaO8gap57hGLHYewN+cCKAjjKyWx+g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vzebeNDksWRPNO+aYAopj7EOsLj0c3zjJlyNcJqT3l0Brv1ycodOLprKxUtgB/iVP n1OZdfDlzNFzGt059wHnOcuYiY2e52GCub2VveY8XXOrGoVmjOxqFFEF2wybEU6dFG cDve4229gSFuVa4poNryuB6or0VznuaA9CDuEzVs= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111950] [14 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.cc:250 since r14-4786-gd118738e71c Date: Mon, 06 Nov 2023 09:51:55 +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, wrong-code 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete 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=3D111950 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #56502|0 |1 is obsolete| | --- Comment #10 from Richard Biener --- Created attachment 56514 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56514&action=3Dedit patch Ah, simple error on my side.=