public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: Jason Merrill <jason@sourceware.org>
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. 1e24d5f086e0b1b0f48cef83640094ae5a2b73ae
Date: Tue,  2 Feb 2021 19:43:35 +0000 (GMT)	[thread overview]
Message-ID: <20210202194335.597B0384B0C0@sourceware.org> (raw)

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 <jason@redhat.com>
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 @@
     <li><a href="#cxx14">C++14</a></li>
     <li><a href="#cxx17">C++17</a></li>
     <li><a href="#cxx20">C++20</a></li>
+    <li><a href="#cxx20">C++23</a></li>
     <li><a href="#tses">Technical Specifications</a></li>
   </ul>
   
@@ -31,6 +32,45 @@
    Implementation Status</a> section of the Libstdc++ manual.
   </p>
 
+  <h2 id="cxx23">C++23 Support in GCC</h2>
+
+  <p>GCC has experimental support for the next revision of the C++
+  standard, which is expected to be published in 2023.</p>
+
+  <p>C++23 features are available since GCC 11. To enable C++23
+      support, add the command-line parameter <code>-std=c++2b</code>
+      to your <code>g++</code> command line. Or, to enable GNU
+      extensions in addition to C++23 features,
+    add <code>-std=gnu++2b</code>.</p>
+
+  <p><strong>Important</strong>: Because the ISO C++23 standard is still
+    evolving, GCC's support is <strong>experimental</strong>.  No attempt will
+    be made to maintain backward compatibility with implementations of C++23
+    features that do not reflect the final standard.</p>
+
+  <h2>C++23 Language Features</h2>
+
+  <table class="cxxstatus">
+    <tr class="separator">
+      <th>Language Feature</th>
+      <th>Proposal</th>
+      <th>Available in GCC?</th>
+      <th>SD-6 Feature Test</th>
+    </tr>
+    <tr>
+      <td> Literal Suffix for (signed) size_t </td>
+      <td><a href="https://wg21.link/p0330r8">P0330R8</a> </td>
+      <td class="supported"> <a href="../gcc-11/changes.html#cxx">11</a> </td>
+      <td> __cpp_size_t_suffix >= 202006L </td>
+    </tr>
+    <tr>
+      <td> DR: Declarations and where to find them</td>
+      <td><a href="https://wg21.link/p1787r6">P1787R6</a> </td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR98939">No</a></td>
+      <td> </td>
+    </tr>
+  </table>
+
   <h2 id="cxx20">C++20 Support in GCC</h2>
 
   <p>GCC has experimental support for the latest revision of the C++

commit 897bbd35d06c97fe9c19b3c2838bcabc48c77cdc
Author: Jason Merrill <jason@redhat.com>
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 @@
       <td>__cpp_constinit &gt;= 201907</td>
     </tr>
     <tr>
+      <!-- Rapperswil 2018 -->
+      <td>DR: Checking for abstract class types</td>
+      <td><a href="https://wg21.link/p0929r2">P0929R2</a></td>
+      <td class="supported center"><a href="../gcc-11/changes.html#cxx">11</a></td>
+      <td></td>
+    </tr>
+    <tr>
+      <!-- Cologne 2019 papers -->
       <td>DR: More implicit moves (merge P0527R1 and P1155R3)</td>
       <td><a href="https://wg21.link/p1825r0">P1825R0</a></td>
       <td class="supported center"><a href="../gcc-11/changes.html#cxx">11</a> (C++20 mode)</td>
       <td></td>
     </tr>
-    <!-- Prague 2019 papers -->
     <tr>
+      <!-- Prague 2020 -->
       <td>DR: Pseudo-destructors end object lifetimes</td>
       <td><a href="https://wg21.link/p0593r6">P0593R6</a></td>
       <td class="supported center"><a href="../gcc-11/changes.html#cxx">11</a></td>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/projects/cxx-status.html | 50 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 49 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


                 reply	other threads:[~2021-02-02 19:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210202194335.597B0384B0C0@sourceware.org \
    --to=jason@sourceware.org \
    --cc=gcc-cvs-wwwdocs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).