From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 834743858C60; Sun, 17 Sep 2023 10:50:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 834743858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694947834; bh=J5wsSbNrNxHwwVPxuBehKzM/c6c9CmgUiyaOR8zyZSs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JKvulsCdobLRVUWF+16qosoOQPJ6Vj8UGn/Jcaaf/5mqgicNwVrnbgbvB4HX1SYE6 FB2b+bCdfFia41ofPHYx50PAqup5lKrX/SyGqKLiwA/+QZu22d2ZC3wxKyor+pxGRd Dz9sQsLLPmtLcChne3hKv0lLBj6luh+UFTyM1n/8= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion Date: Sun, 17 Sep 2023 10:50:33 +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: build, ice-on-valid-code, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia 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=3D111435 --- Comment #10 from Sergei Trofimovich --- The proposed patch fixes my modified i686-linux gcc bootstrap as well. Thank you!=