From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 281D33858C41; Wed, 19 Jul 2023 06:13:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 281D33858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689747193; bh=mB42UaMG5CtblcXa53EtTOXwkPRjgoktfT8YdkDDhWg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CDcfsA0AtaY9MYfF0/c1H+zwy9LJ4Ry0RuMhz/8OUzE6giDVrIs9Jq0DDbbybpxYf UTqqmqLDHHuwMx2t5QCGbrDxHuwJT+QwbmC9AwFI6S4JDeUQNJt/uetKONcitXn6KT vx8cYSYxLmgqNUkOVr24/GZJKGcjb2RpuO+V/2bQ= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110726] [14 Regression] wrong code on llvm-16 around 'a |= a == 0' Date: Wed, 19 Jul 2023 06:13:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: patch, wrong-code 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=3D110726 --- Comment #10 from Sergei Trofimovich --- (In reply to Andrew Pinski from comment #5) > Created attachment 55575 [details] > Patch which should fix this This fixed llvm-16 test suite for me. Thank you!=