From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B75423858C41; Mon, 10 Jun 2024 09:19:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B75423858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718011195; bh=YWH88u3vkWk3Bv9MHLrxwbO9thczJqhE1wBgRW7H7Q4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=upSEViktCdeg9XR7X34zu8fgBkivOhv8KqSWxbqPkp8Q1rY7pfcwPU9rQFWWpWb+C pgDfiVmut1F+jZabABPP0rvihY0Mt/8JXkV2mdKmQX64dAM/4rLLo/AYt37evW8zJ7 i2O6+o5descQjTkdRqLHpceDOYYyuzNVmgwGx/30= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/115402] std::atomic_ref compile-error in compare_exchange_[weak/strong]() and wait() Date: Mon, 10 Jun 2024 09:19:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: 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=3D115402 --- Comment #5 from Jonathan Wakely --- And https://cplusplus.github.io/LWG/issue4069 too.=