From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5B3163858D32; Fri, 3 Nov 2023 15:58:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5B3163858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699027113; bh=BgZ6dfAl1qiPNEMB0jPxwqYHaWWRQKYHQYMjPx7rdNg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=R5tR/OrNuF3LWNtBqvf7ZZyfHSdRvof4aftbfowEOijACroDIxIZ7QP6phrmpLqDM qDNCgRl6qq9TTNLnHza3zLaPeW5akiRkOFDwwD+ojPtF+lBdWhGE4cFzqSoIRjiQJw vFLxisglP9oCD+b/LBF901P1kc6pL8ZmDk3/tTmk= From: "tnfchris 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: Fri, 03 Nov 2023 15:58:32 +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: tnfchris 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: 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 --- Comment #9 from Tamar Christina --- Right, I've tried to apply that patch to my early break patch series and ma= ny of the tests fail, all the same way in compute_live_loop_exits. I guess we'll have a conflict here. So I'll post my patches without taking = this change into account and we can sort it out upstream,=