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  20ead941bb78e5075b80dad791310bad6636f63d (commit)
       via  e4d118d05757d31266b5c2ee54ea1466a2178230 (commit)
      from  f1fc11de7272613e54924b357eef5a45cc82e5a0 (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 20ead941bb78e5075b80dad791310bad6636f63d
Author: Jason Merrill <[email protected]>
Date:   Thu Nov 27 10:18:19 2025 +0530

    cxx-status: update modules/coroutines status

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 273743c0..2bb13251 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -1112,11 +1112,9 @@
     <tr>
       <td rowspan=10> Modules </td>
       <td><a href="https://wg21.link/p1103r3";>P1103R3</a></td>
-      <td class="partial"><a href="../gcc-11/changes.html#cxx">11</a> 
(requires <code>-fmodules-ts</code>)<br>
+      <td class="partial"><a href="../gcc-11/changes.html#cxx">11</a> 
(requires <code>-fmodules</code>)<br>
        (No Private Module Fragment,<br>
-       Parser-level Global Module Entity Merging,<br>
-       Global Module Implications of <code>extern "C/C++"</code>,<br>
-       or Partition-specific Definition Visibility) </td>
+       <a 
href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99000";>Parser-level Global 
Module Entity Merging</a>)</td>
       <td> <code>__cpp_modules &gt;= 201810L</code><br> (Date of p1103r3)</td>
     </tr>
     <tr>
@@ -1167,15 +1165,17 @@
     <tr>
       <!-- from Prague -->
       <td><a href="https://wg21.link/p1815r2";>P1815R2</a></td>
-      <td class="unsupported center"> No </td>
+      <td class="supported center"><a 
href="../gcc-16/changes.html#cxx">16</a></td>
       <td> </td>
     </tr>
     <tr>
       <td> Coroutines </td>
       <td><a href="https://wg21.link/p0912r5";>P0912R5</a>
       as applied to <a href="https://wg21.link/n4861";>n4861</a></td>
-      <td class="supported"> <a href="../gcc-10/changes.html#cxx">10 </a>
-       (requires -fcoroutines)</td>
+      <td class="supported">
+       <a href="../gcc-10/changes.html#cxx">10</a> (requires -fcoroutines)
+       <br><a href="../gcc-11/changes.html#cxx">11</a> (enabled by -std=c++20)
+      </td>
       <td> __cpp_impl_coroutine &gt;= 201902</td>
     </tr>
     <tr>

commit e4d118d05757d31266b5c2ee54ea1466a2178230
Author: Jason Merrill <[email protected]>
Date:   Wed Nov 26 19:26:36 2025 +0530

    cxx-status: clarify constexpr relaxations

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index e97dbc15..273743c0 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -1072,33 +1072,33 @@
     </tr>
     <tr>
       <td rowspan=6> Relaxations of constexpr restrictions </td>
-      <td><a href="https://wg21.link/p1002r1";>P1002R1</a></td>
+      <td><a href="https://wg21.link/p1002r1";>P1002R1</a> (try/catch)</td>
       <td class="supported"> <a href="../gcc-9/changes.html#cxx">9</a> </td>
       <td> </td>
     </tr>
     <tr>
-      <td><a href="https://wg21.link/p1327r1";>P1327R1</a></td>
+      <td><a href="https://wg21.link/p1327r1";>P1327R1</a> (dynamic_cast)</td>
       <td class="supported center"><a 
href="../gcc-10/changes.html#cxx">10</a></td>
       <td> </td>
     </tr>
     <tr>
-      <td><a href="https://wg21.link/p1330r0";>P1330R0</a></td>
+      <td><a href="https://wg21.link/p1330r0";>P1330R0</a> (union member)</td>
       <td class="supported center"> <a href="../gcc-9/changes.html#cxx">9</a> 
</td>
       <td> __cpp_constexpr &gt;= 202002 </td>
     </tr>
     <tr>
       <template><!-- preserve CSS nth-child ordering --></template>
-      <td><a href="https://wg21.link/p1331r2";>P1331R2</a></td>
+      <td><a href="https://wg21.link/p1331r2";>P1331R2</a> (trivial init)</td>
       <td class="supported center"><a 
href="../gcc-10/changes.html#cxx">10</a></td>
       <td> __cpp_constexpr &gt;= 201907 </td>
     </tr>
     <tr>
-      <td><a href="https://wg21.link/p1668r1";>P1668R1</a></td>
+      <td><a href="https://wg21.link/p1668r1";>P1668R1</a> (inline asm)</td>
       <td class="supported center"><a 
href="../gcc-10/changes.html#cxx">10</a></td>
       <td> </td>
     </tr>
     <tr>
-      <td><a href="https://wg21.link/p0784r7";>P0784R7</a></td>
+      <td><a href="https://wg21.link/p0784r7";>P0784R7</a> (new/delete)</td>
       <td class="supported center"><a 
href="../gcc-10/changes.html#cxx">10</a></td>
       <td> __cpp_constexpr_dynamic_alloc &gt;= 201907 </td>
     </tr>

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

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


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to