From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 75F893858C50; Thu, 4 Jan 2024 18:00:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 75F893858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704391253; bh=ghaA6rWyC9gfYEH1hvRbJ6kmoIIT6URD/OMOTe2OuKc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VnN/rU1CRv+Gyz1V/X0ClUxgXlXbRZVNgKKWzaOuViWPaAZeOiYs+5KuTVe+jV9WD 0qKba8wFTc448ZPj1W5y2aLt+jtSNC1lGH6Gkhl4hoNs9qN8I8QCB+2LGPCspAQyi5 7168apD7K27oZYKuuIWmyKM7AcYxdOyA+uxah6Iw= From: "tnfchris at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113237] [14 Regression] ICE verify_ssa failed when building 500.perlbench_r since r14-6822-g01f4251b8775c8 Date: Thu, 04 Jan 2024 18:00:53 +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: tnfchris at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D113237 --- Comment #1 from Tamar Christina --- > I have bisected the failure to r14-6822-g01f4251b8775c8 (middle-end: Supp= ort > vectorization of loops with multiple exits). I have tried if the patch > attached to PR 113137 helps but unfortunately it does not. Indeed this should be fixed by the patch in PR 113136 not 113137 :)=