From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C8BB383F84E; Sat, 27 Jun 2020 18:18:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C8BB383F84E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1593281903; bh=ZPX3Zps83sWhuOE10R97oNAEt6F+aHBaVpotcwTigoc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qYvpBk1ctbwo1iAoSBQBOTFXNuhxv+SqBL/3ScxRV+6yD40N36SdFyDqe8l32pVr0 2+6draIvav8ieW7wtwle10XCQqdfPOGk2TF4nLkxWVtWwKahOLpvo48r90ug0nkS8X KSyMtPRHlqaixNnlITKPFvjB9FqaujAwNcy2HxI8= From: "pdimov at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/66146] call_once not C++11-compliant on ppc64le Date: Sat, 27 Jun 2020 18:18:22 +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: 5.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pdimov at gmail dot com 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: 10.2 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2020 18:18:23 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D66146 Peter Dimov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pdimov at gmail dot com --- Comment #30 from Peter Dimov --- I was going to ask the stupid question "why not just use the straightforward double-checked locking here" but the answer is probably "ABI break".=