From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 4F377384640E; Fri, 26 Apr 2024 10:52:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4F377384640E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714128742; bh=8+2DcrQr2oTuCM0kmmepCxNYjhIQNz1dMtlIHrf268w=; h=From:To:Subject:Date:From; b=ASok62V/Wxl5SUJ7Xc9LK5DC/ttZi36b74BqtjHMhOAt1ymDsW133U2zkMyoxX9Wj nzGubyI9Z+VU9XfQgyYqi5yG8rAs+/yhlWHZk5oL7dtzoVEXMt4Sm9LJX9s95A5ajl 0vhvLEGCHA0t+fWRbwjMP3sxYabkcHpvMU/0VbsE= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-8653] libstdc++: Update status tables to refer to GCC 13 not mainline X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-13 X-Git-Oldrev: 7425436b5382a04f3eb28c7c7912f4d9a1cad0bd X-Git-Newrev: 56f28dd436c75b5cfbd6af7a02bff968894eafa6 Message-Id: <20240426105222.4F377384640E@sourceware.org> Date: Fri, 26 Apr 2024 10:52:22 +0000 (GMT) List-Id: https://gcc.gnu.org/g:56f28dd436c75b5cfbd6af7a02bff968894eafa6 commit r13-8653-g56f28dd436c75b5cfbd6af7a02bff968894eafa6 Author: Jonathan Wakely Date: Fri Apr 26 11:46:01 2024 +0100 libstdc++: Update status tables to refer to GCC 13 not mainline This should have been done before the 13.1.0 release. libstdc++-v3/ChangeLog: * doc/html/manual/status.html: Regenerate. * doc/xml/manual/status_cxx1998.xml: Replace references to mainline GCC. * doc/xml/manual/status_cxx2011.xml: Likewise. * doc/xml/manual/status_cxx2014.xml: Likewise. * doc/xml/manual/status_cxx2017.xml: Likewise. * doc/xml/manual/status_cxx2020.xml: Likewise. * doc/xml/manual/status_cxx2023.xml: Likewise. * doc/xml/manual/status_cxxtr1.xml: Likewise. * doc/xml/manual/status_cxxtr24733.xml: Likewise. Diff: --- libstdc++-v3/doc/html/manual/status.html | 32 +++++++++++------------ libstdc++-v3/doc/xml/manual/status_cxx1998.xml | 4 +-- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 4 +-- libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 4 +-- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 4 +-- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 4 +-- libstdc++-v3/doc/xml/manual/status_cxx2023.xml | 4 +-- libstdc++-v3/doc/xml/manual/status_cxxtr1.xml | 4 +-- libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml | 4 +-- 9 files changed, 32 insertions(+), 32 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index af94ead2b82..53957bd2e0d 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -5,8 +5,8 @@  Next

Chapter 1. Status

Implementation Status

C++ 1998/2003

Implementation Status

This status table is based on the table of contents of ISO/IEC 14882:2003.

-This section describes the C++ support in mainline GCC, not in any -particular release. +This section describes the C++ support in +the GCC 13 release series, not in any particular release.

Table 1.1. C++ 1998/2003 Implementation Status

SectionDescriptionStatusComments
18 @@ -160,8 +160,8 @@ since that release.

This status table is based on the table of contents of ISO/IEC 14882:2011.

-This section describes the C++11 support in mainline GCC, not in any -particular release. +This section describes the C++11 support in +the GCC 13 release series, not in any particular release.

Table 1.2. C++ 2011 Implementation Status

SectionDescriptionStatusComments
18 @@ -433,8 +433,8 @@ This status table is based on the table of contents of ISO/IEC 14882:2014. Some subclauses are not shown in the table where the content is unchanged since C++11 and the implementation is complete.

-This section describes the C++14 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++14 and library TS support in +the GCC 13 release series, not in any particular release.

Table 1.3. C++ 2014 Implementation Status

SectionDescriptionStatusComments
18 @@ -578,8 +578,8 @@ GCC 9.1 was the first release with non-experimental C++17 support, so the API and ABI of features added in C++17 is only stable since that release.

-This section describes the C++17 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++17 and library TS support in +the GCC 13 release series, not in any particular release.

The following table lists new library features that are included in the C++17 standard. The "Proposal" column provides a link to the @@ -1254,8 +1254,8 @@ options. The pre-defined symbol __cplusplus is used to check for the presence of the required flag.

-This section describes the C++20 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++20 and library TS support in +the GCC 13 release series, not in any particular release.

The following table lists new library features that are included in the C++20 standard. The "Proposal" column provides a link to the @@ -1724,8 +1724,8 @@ options. The pre-defined symbol __cplusplus is used to check for the presence of the required flag.

-This section describes the C++23 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++23 and library TS support in +the GCC 13 release series, not in any particular release.

The following table lists new library features that have been accepted into the C++23 working draft. The "Proposal" column provides a link to the @@ -2122,8 +2122,8 @@ In this implementation the header names are prefixed by tr1/, for instance <tr1/functional>, <tr1/memory>, and so on.

-This page describes the TR1 support in mainline GCC, not in any particular -release. +This page describes the TR1 support in +the GCC 13 release series, not in any particular release.

Table 1.11. C++ TR1 Implementation Status

SectionDescriptionStatusComments
2General Utilities
2.1Reference wrappers  
2.1.1Additions to header <functional> synopsisY 
2.1.2Class template reference_wrapper  
2.1.2.1reference_wrapper construct/copy/destroyY 
2.1.2.2reference_wrapper assignmentY 
2.1.2.3reference_wrapper accessY 
2.1.2.4reference_wrapper invocationY 
2.1.2.5reference_wrapper helper functionsY 
2.2Smart pointers  
2.2.1Additions to header <memory> synopsisY 
2.2.2Class bad_weak_ptrY 
2.2.3Class template shared_ptr 

Uses code from @@ -2143,8 +2143,8 @@ ISO/IEC TR 24733:2011, "Extensions for the programming language C++ to support decimal floating-point arithmetic".

-This page describes the TR 24733 support in mainline GCC, not in any -particular release. +This page describes the TR 24733 support in +the GCC 13 release series, not in any particular release.

Table 1.12. C++ TR 24733 Implementation Status

SectionDescriptionStatusComments
0 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml index 792272bcf26..8bc1bde54fb 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml @@ -18,8 +18,8 @@ This status table is based on the table of contents of ISO/IEC 14882:2003. -This section describes the C++ support in mainline GCC, not in any -particular release. +This section describes the C++ support in +the GCC 13 release series, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 7f589ad7f7a..14eb791a82b 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -34,8 +34,8 @@ This status table is based on the table of contents of ISO/IEC 14882:2011. -This section describes the C++11 support in mainline GCC, not in any -particular release. +This section describes the C++11 support in +the GCC 13 release series, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml index 518a8973f72..608373d3c4c 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml @@ -29,8 +29,8 @@ since C++11 and the implementation is complete. -This section describes the C++14 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++14 and library TS support in +the GCC 13 release series, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml index 144b9909fac..4a71a07f36f 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml @@ -23,8 +23,8 @@ since that release. -This section describes the C++17 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++17 and library TS support in +the GCC 13 release series, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index 676de9b9884..c67401457e3 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -20,8 +20,8 @@ presence of the required flag. -This section describes the C++20 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++20 and library TS support in +the GCC 13 release series, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2023.xml b/libstdc++-v3/doc/xml/manual/status_cxx2023.xml index a3105bcde19..f24de7771aa 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2023.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2023.xml @@ -20,8 +20,8 @@ presence of the required flag. -This section describes the C++23 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++23 and library TS support in +the GCC 13 release series, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml b/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml index addfd1f2d86..c4ebaa068ab 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml @@ -22,8 +22,8 @@ In this implementation the header names are prefixed by -This page describes the TR1 support in mainline GCC, not in any particular -release. +This page describes the TR1 support in +the GCC 13 release series, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml b/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml index f64dc983c6e..e6b2aa3bf39 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml @@ -17,8 +17,8 @@ decimal floating-point arithmetic". -This page describes the TR 24733 support in mainline GCC, not in any -particular release. +This page describes the TR 24733 support in +the GCC 13 release series, not in any particular release.