From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3E0413858430; Tue, 31 Oct 2023 16:42:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3E0413858430 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698770545; bh=a8t9PsPmaP9lFTq6r1Ae/0qp8pmQzUqL69LosYM/ZMA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hLbVnv5buc6mMvOX7DFfwJhdQ0lGnRgkxzONjhFda5Vi9xRpDwh3mMOuQJX5ONVHU obu/UkuuY+tW4ZazjZHi4sX/bVGhHES/Ja0qhwfFOua0Q4QOtQYaPgSXGqNm3sfp21 GeuoWCcKbG6czFo72ovqH/Zv2WH1xGSiueqfh8IE= From: "wilco at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111235] [Armv7-a]: Control-dependency between atomic accesses removed by -O1. Date: Tue, 31 Oct 2023 16:42:24 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: wilco at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: wilco at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D111235 Wilco changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #6 from Wilco --- Fixed=