From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 22F3D3857C44; Thu, 8 Jun 2023 23:12:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 22F3D3857C44 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686265949; bh=d1pMgO9eka1n5FcFTdaLMrSX9QFQoXqp96X9BBy9490=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cMyop2UPD2EPvIyePECqHIhnC6ose9OOh6U17/8crjsp9e8cMMvY0x6pZwjfTolqd yqe+Kc+3UvKkeXAq5XMGW8nhupedotWHVx1NcvFvvIcPbZxNh9OUUpDJ09qgo2EJMu HEIspHJSx3hoN7RLjCMRp1T69pYy1jTYapbsZfmM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110184] [i386] Missed optimisation: atomic operations should use PF, ZF and SF Date: Thu, 08 Jun 2023 23:12:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D110184 --- Comment #1 from Andrew Pinski --- Created attachment 55288 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55288&action=3Dedit Full testcase=