From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id C6D133858D1E for ; Mon, 3 Oct 2022 21:02:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C6D133858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1664830970; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=IFpw5dwaTJV1Fj9MRGokDEELYSxMLoPitB8ZikyZnQg=; b=Nmwo8rpvm/GgRAcejEtEBtm7eYDaRYSj2kF9VM5mhKais/s5N7I/veYtlsJcOEhWQs9fhs y8w/a5qq2xJhiqkjUyFEjKNDsERggkt+HdjyJ2muOfnOo6KeoJl85iGr++XZLPn0Tcsrb6 3JdG9GnDJ6qBa1hO8paujwn18ksfOgo= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-504-VRh9nZcOMa-JaUnOAMko3A-1; Mon, 03 Oct 2022 17:02:49 -0400 X-MC-Unique: VRh9nZcOMa-JaUnOAMko3A-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 04B52889047; Mon, 3 Oct 2022 21:02:49 +0000 (UTC) Received: from localhost (unknown [10.33.36.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id C2C3A1121314; Mon, 3 Oct 2022 21:02:48 +0000 (UTC) From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [committed] libstdc++: Update status docs for compare_exchange padding bits Date: Mon, 3 Oct 2022 22:02:47 +0100 Message-Id: <20221003210247.457336-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.0 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Pushed to trunk. -- >8 -- libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxx2020.xml: Update C++20 status. * doc/html/manual/status.html: Regenerate. --- libstdc++-v3/doc/html/manual/status.html | 9 ++++++--- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 15 ++++++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index d979db06b11..44dee44f385 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -94,7 +94,7 @@ or any notes about the implementation. - P0595R2 std::is_constant_evaluated() + std::is_constant_evaluated() P0595R2 @@ -384,13 +384,12 @@ or any notes about the implementation. - The Curious Case of Padding Bits, Featuring Atomic Compare-and-Exchange P0528R3 - + 13.1 @@ -941,6 +940,16 @@ or any notes about the implementation. __cpp_lib_smart_ptr_for_overwrite >= 201811L + + Rename "default_init" Functions + + + P1973R1 + + 12.1 + __cpp_lib_smart_ptr_for_overwrite >= 201811L + + Make stateful allocator propagation more consistent for operator+(basic_string) -- 2.37.3