From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2122) id 597B0384B0C0; Tue, 2 Feb 2021 19:43:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 597B0384B0C0 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 1e24d5f086e0b1b0f48cef83640094ae5a2b73ae X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f948177c3d01d09cbc8035a75583d425a4dca46e X-Git-Newrev: 1e24d5f086e0b1b0f48cef83640094ae5a2b73ae Message-Id: <20210202194335.597B0384B0C0@sourceware.org> Date: Tue, 2 Feb 2021 19:43:35 +0000 (GMT) From: Jason Merrill X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2021 19:43:35 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 1e24d5f086e0b1b0f48cef83640094ae5a2b73ae (commit) via 897bbd35d06c97fe9c19b3c2838bcabc48c77cdc (commit) from f948177c3d01d09cbc8035a75583d425a4dca46e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1e24d5f086e0b1b0f48cef83640094ae5a2b73ae Author: Jason Merrill Date: Tue Feb 2 14:42:55 2021 -0500 cxx-status: Add C++23 sections diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 664f34e6..91916930 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -19,6 +19,7 @@
  • C++14
  • C++17
  • C++20
  • +
  • C++23
  • Technical Specifications
  • @@ -31,6 +32,45 @@ Implementation Status section of the Libstdc++ manual.

    +

    C++23 Support in GCC

    + +

    GCC has experimental support for the next revision of the C++ + standard, which is expected to be published in 2023.

    + +

    C++23 features are available since GCC 11. To enable C++23 + support, add the command-line parameter -std=c++2b + to your g++ command line. Or, to enable GNU + extensions in addition to C++23 features, + add -std=gnu++2b.

    + +

    Important: Because the ISO C++23 standard is still + evolving, GCC's support is experimental. No attempt will + be made to maintain backward compatibility with implementations of C++23 + features that do not reflect the final standard.

    + +

    C++23 Language Features

    + + + + + + + + + + + + + + + + + + + + +
    Language FeatureProposalAvailable in GCC?SD-6 Feature Test
    Literal Suffix for (signed) size_t P0330R8 11 __cpp_size_t_suffix >= 202006L
    DR: Declarations and where to find themP1787R6 No
    +

    C++20 Support in GCC

    GCC has experimental support for the latest revision of the C++ commit 897bbd35d06c97fe9c19b3c2838bcabc48c77cdc Author: Jason Merrill Date: Tue Feb 2 12:25:03 2021 -0500 cxx-status: Tweaks to C++20 papers diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 9caa34eb..664f34e6 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -579,13 +579,21 @@ __cpp_constinit >= 201907 + + DR: Checking for abstract class types + P0929R2 + 11 + + + + DR: More implicit moves (merge P0527R1 and P1155R3) P1825R0 11 (C++20 mode) - + DR: Pseudo-destructors end object lifetimes P0593R6 11 ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 50 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs