From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3BC1C385842D; Sat, 18 Feb 2023 02:01:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3BC1C385842D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676685698; bh=hcdyGFV5TXpmqY9Iygxg/uZW1XOVG8xibirvykDE4Jk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NeP6zuYSNCX+R8uU8aEDRm8Bqp1G1DEzbnjnsGG2gApoflYE2adXke5P2mP6Nohaj d7vwXUmfK65zQKrF+1B3A0PRZsqgBucmhltVlNAP4Uqr5NPmuj6x2xLwJinKv47B3u lCQzmwOJ/aaIPx577pTm0vJw0w0Eb/tuCzQQRo5U= From: "gabravier at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/96692] Failure to optimize xor+or+xor to andnot+xor Date: Sat, 18 Feb 2023 02:01:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: gabravier at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D96692 --- Comment #3 from Gabriel Ravier --- This seems to be fixed on trunk now, I think ?=