From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C2D343858C00; Mon, 16 Jan 2023 17:43:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C2D343858C00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673890983; bh=ZLTmzEcaj5a4X0ZPttnZRf0g7NCob9lUZTfe9xXrrag=; h=From:To:Subject:Date:In-Reply-To:References:From; b=B7YxLvjs6LqInCUPfSGAWjIbzHQ5xXi/oIKJ/5CYrSGsRTypYFUl/2R55X9UVOmHs hysle12my3zn6Uxurbinx7rOy902cXXijY2OFGp4aOWleUWVNOVxEIoxJrdZRghgGT EKf7QTCXVjQIeclv2gqbum9Zx04dVRkZHZF/tW2w= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/106183] std::atomic::wait might fail to be unblocked by notify_one/all on platforms without platform_wait() Date: Mon, 16 Jan 2023 17:43:03 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D106183 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bjornsundin02 at gmail dot= com --- Comment #7 from Jonathan Wakely --- *** Bug 101037 has been marked as a duplicate of this bug. ***=