From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4D71F3858CD1; Wed, 31 May 2023 23:28:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4D71F3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685575695; bh=8FsZdEBbBZR/BMyvY5BHeteDzPJoBGW75NAyQ/FLFb8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CUHlwihtJDw8nfyfQUbhaeD+ERbKEBDj8i5AU+BDnveoCYKSEgSB08MP7tc14JSDc eQS4dTZuxMhFh8DWFLeCdPue4m4P/qCtwn6s5B3pqNq5R58MyUzmS/52ORsgzv4e3a eCzLTl8T6P/0GVI8BabZVbwdxZAcwirGElXo0/Ik= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110067] [14 Regression] Wrong code on pixman-0.42.2 Date: Wed, 31 May 2023 23:28:14 +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: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox 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: cc 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=3D110067 Sergei Trofimovich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |crazylht at gmail dot com --- Comment #2 from Sergei Trofimovich --- (In reply to Andrew Pinski from comment #1) > I am suspecting it was caused by r14-1402-gd8545fb2c71683f407bfd9670 . I did not bisect and tested only a revert on top of r14-1423-gfefa7db2c31fe= e. The revert does indeed restore pixman-0.42.2 test suite passing!=