public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 9c66e33761140358d350c5fb2d1638f6afdaead4
@ 2023-06-21 16:42 Marek Polacek
  0 siblings, 0 replies; only message in thread
From: Marek Polacek @ 2023-06-21 16:42 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

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  9c66e33761140358d350c5fb2d1638f6afdaead4 (commit)
      from  da867d3952a6852f28a31e073cb99835958bd02a (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 9c66e33761140358d350c5fb2d1638f6afdaead4
Author: Marek Polacek <polacek@redhat.com>
Date:   Wed Jun 21 12:41:25 2023 -0400

    cxx-status: Add C++26 papers (Spring 2023, Varna)

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 675fbcd0..99387540 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -20,6 +20,7 @@
     <li><a href="#cxx17">C++17</a></li>
     <li><a href="#cxx20">C++20</a></li>
     <li><a href="#cxx23">C++23</a></li>
+    <li><a href="#cxx26">C++26</a></li>
     <li><a href="#tses">Technical Specifications</a></li>
   </ul>
   
@@ -32,6 +33,99 @@
    Implementation Status</a> section of the Libstdc++ manual.
   </p>
 
+  <h2 id="cxx26">C++26 Support in GCC</h2>
+
+  <p>GCC has experimental support for the next revision of the C++
+  standard, which is expected to be published in 2026.</p>
+
+<!-- TODO -->
+<!--
+  <p>C++26 features are available since GCC 14. To enable C++26
+      support, add the command-line parameter <code>-std=c++2c</code>
+      to your <code>g++</code> command line. Or, to enable GNU
+      extensions in addition to C++26 features,
+    add <code>-std=gnu++2c</code>.</p>
+
+  <p><strong>Important</strong>: Because the ISO C++26 standard is still
+    evolving, GCC's support is <strong>experimental</strong>.  No attempt will
+    be made to maintain backward compatibility with implementations of C++26
+    features that do not reflect the final standard.</p>
+-->
+
+  <h2>C++26 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>
+    <!-- Spring 2023 papers (Varna) -->
+    <tr>
+      <td> Remove undefined behavior from lexing </td>
+      <td><a href="https://wg21.link/P2621R2">P2621R2</a> (<a href="./cxx-dr-status.html">DR</a>) </td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR110340">No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> Making non-encodable string literals ill-formed </td>
+      <td><a href="https://wg21.link/P1854R4">P1854R4 </a> (<a href="./cxx-dr-status.html">DR</a>) </td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR110341">No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> Unevaluated strings </td>
+      <td> <a href="https://wg21.link/P2361R6">P2361R6</a></td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR110342">No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> Add @, $, and ` to the basic character set </td>
+      <td> <a href="https://wg21.link/P2558R2">P2558R2</a></td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR110343">No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> constexpr cast from <code>void*</code> </td>
+      <td> <a href="https://wg21.link/P2738R1">P2738R1</a></td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR110344">No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> On the ignorability of standard attributes </td>
+      <td><a href="https://wg21.link/P2552R3">P2552R3</a> (<a href="./cxx-dr-status.html">DR</a>) </td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR110345">No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> Static storage for braced initializers </td>
+      <td><a href="https://wg21.link/P2752R3">P2752R3</a> (<a href="./cxx-dr-status.html">DR</a>) </td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR110346">No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> User-generated <code>static_assert</code> messages </td>
+      <td> <a href="https://wg21.link/P2741R3">P2741R3</a></td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR110348">No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> Placeholder variables with no name </td>
+      <td> <a href="https://wg21.link/P2169R4">P2169R4</a></td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR110349">No</a></td>
+      <td> </td>
+    </tr>
+    <!--
+    <tr>
+      <td> </td>
+      <td> <a href="https://wg21.link/p"></a></td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR">No</a></td>
+      <td> </td>
+    </tr>
+    -->
+  </table>
+
   <h2 id="cxx23">C++23 Support in GCC</h2>
 
   <p>GCC has experimental support for the next revision of the C++

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

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


hooks/post-receive
-- 
gcc-wwwdocs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-21 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-21 16:42 gcc-wwwdocs branch master updated. 9c66e33761140358d350c5fb2d1638f6afdaead4 Marek Polacek

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).