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  600367e4296b68da0d5e26fdac18c13fad16c169 (commit)
      from  45268b51ac5fc2833179f3d949765f7de050f259 (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 600367e4296b68da0d5e26fdac18c13fad16c169
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Mon Mar 25 12:30:17 2024 +0100

    Add Tokyo 2024 papers.

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 65030980..bfef2114 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -135,6 +135,55 @@
       <td class="unsupported"> <a 
href="https://gcc.gnu.org/PR113800";>No</a></td>
       <td> </td>
     </tr>
+    <!-- Spring 2024 papers (Tokyo) -->
+    <tr>
+      <td> Disallow binding a returned reference to a temporary </td>
+      <td> <a href="https://wg21.link/P2748R5";>P2748R5</a></td>
+      <td class="unsupported"> <a 
href="https://gcc.gnu.org/PR114455";>No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> Attributes for structured bindings </td>
+      <td><a href="https://wg21.link/P0609R3";>P0609R3</a></td>
+      <td class="unsupported"> <a 
href="https://gcc.gnu.org/PR114456";>No</a></td>
+      <td> __cpp_structured_bindings >= 202403L </td>
+    </tr>
+    <tr>
+      <td> Erroneous behavior for uninitialized reads </td>
+      <td> <a href="https://wg21.link/P2795R5";>P2795R5</a></td>
+      <td class="unsupported"> <a 
href="https://gcc.gnu.org/PR114457";>No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> <code>= delete("reason");</code> </td>
+      <td> <a href="https://wg21.link/P2573R2";>P2573R2</a></td>
+      <td class="unsupported"> <a 
href="https://gcc.gnu.org/PR114458";>No</a></td>
+      <td> __cpp_deleted_function >= 202403L </td>
+    </tr>
+    <tr>
+      <td> Variadic friends </td>
+      <td> <a href="https://wg21.link/P2893R3";>P2893R3</a></td>
+      <td class="unsupported"> <a 
href="https://gcc.gnu.org/PR114459";>No</a></td>
+      <td> __cpp_variadic_friend >= 202403L </td>
+    </tr>
+    <tr>
+      <td> Clarifying rules for brace elision in aggregate initialization </td>
+      <td> <a href="https://wg21.link/P3106R1";>P3106R1</a> (<a 
href="./cxx-dr-status.html">DR</a>) </td>
+      <td class="unsupported"> <a 
href="https://gcc.gnu.org/PR114460";>No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> Disallow module declarations to be macros </td>
+      <td> <a href="https://wg21.link/P3034R1";>P3034R1</a> (<a 
href="./cxx-dr-status.html">DR</a>) </td>
+      <td class="unsupported"> <a 
href="https://gcc.gnu.org/PR114461";>No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> Trivial infinite loops are not undefined behavior </td>
+      <td><a href="https://wg21.link/P2809R3";>P2809R3</a> (<a 
href="./cxx-dr-status.html">DR</a>) </td>
+      <td class="unsupported"> <a 
href="https://gcc.gnu.org/PR114462";>No</a></td>
+      <td> </td>
+    </tr>
     <!--
     <tr>
       <td> </td>

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

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


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to