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 b5be69ba0e567f4a4d126e30170c66e457461786 (commit)
from c20b336ead62026cdd3ffe9b7fc564222d1fbd0c (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 b5be69ba0e567f4a4d126e30170c66e457461786
Author: Jakub Jelinek <[email protected]>
Date: Thu Jan 15 23:31:21 2026 +0100
Mention further C++ papers implemented for 16 in gcc-16/changes.html
and remove P2786R13 because it has been reverted and removed from C++26.
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index bebb5eca..0a94f22c 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -104,7 +104,36 @@ for general information.</p>
Reflection</li>
<li><a href="https://wg21.link/P3491R3">P3491R3</a>,
define_static_</code>{<code>string</code>,<code>object</code>,<code>array</code>}
- </li>
+ (<a href="https://gcc.gnu.org/PR120783">PR120783</a>)</li>
+ <li><a href="https://wg21.link/P1306R5">P1306R5</a>, Expansion
+ statements (<a href="https://gcc.gnu.org/PR120776">PR120776</a>)</li>
+ <li><a href="https://wg21.link/P2795R5">P2795R5</a>, Erroneous behavior
+ for uninitialized reads (<a
href="https://gcc.gnu.org/PR114457">PR114457</a>)</li>
+ <li><a href="https://wg21.link/P1061R10">P1061R10</a>, Structured
bindings
+ can introduce a pack (<a
href="https://gcc.gnu.org/PR117783">PR117783</a>)</li>
+ <li><a href="https://wg21.link/P3068R5">P3068R5</a>,
<code>constexpr</code>
+ exceptions (<a href="https://gcc.gnu.org/PR117785">PR117785</a>)</li>
+ <li><a href="https://wg21.link/P3533R2">P3533R2</a>,
<code>constexpr</code>
+ virtual inheritance (<a
href="https://gcc.gnu.org/PR120777">PR120777</a>)</li>
+ <li><a href="https://wg21.link/P1494R5">P1494R5</a>, Partial program
+ correctness (<a href="https://gcc.gnu.org/PR119060">PR119060</a>)</li>
+ <li><a href="https://wg21.link/P3618R0">P3618R0</a>, Allow attaching main
+ to the global module (<a
href="https://gcc.gnu.org/PR120773">PR120773</a>)</li>
+ <li><a href="https://wg21.link/P2843R3">P2843R3</a>, Preprocessing is
+ never undefined (<a
href="https://gcc.gnu.org/PR120778">PR120778</a>)</li>
+ <li><a href="https://wg21.link/P2686R4">P2686R4</a>,
<code>constexpr</code>
+ structured bindings and references to <code>constexpr</code> variables
(<a
+ href="https://gcc.gnu.org/PR117784">PR117784</a>, only partially,
+ structured bindings can be <code>constexpr</code> but references to
+ <code>constexpr</code> automatic variables still not allowed)</li>
+ </ul>
+ </li>
+ <li>Several C++23 features have been implemented:
+ <ul>
+ <li><a href="https://wg21.link/P2036R3">P2036R3</a>, Change scope of
+ lambda trailing-return-type (<a
href="https://gcc.gnu.org/PR102610">PR102610</a>)</li>
+ <li><a href="https://wg21.link/P2590R2">P2590R2</a>, Explicit lifetime
+ management (<a href="https://gcc.gnu.org/PR106658">PR106658</a>)</li>
</ul>
</li>
</ul>
diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index bdc43f30..bd251963 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -280,12 +280,6 @@
<td class="unsupported"> <a
href="https://gcc.gnu.org/PR119063">No</a></td>
<td> __cpp_template_parameters >= 202502L </td>
</tr>
- <tr>
- <td> Trivial Relocatability </td>
- <td> <a href="https://wg21.link/P2786R13">P2786R13</a></td>
- <td class="supported"> <a href="../gcc-16/changes.html#cxx">16</a></td>
- <td> __cpp_trivially_relocatable >= 202502L </td>
- </tr>
<tr>
<td> <code>#embed</code> </td>
<td> <a href="https://wg21.link/P1967R14">P1967R14</a></td>
@@ -335,7 +329,7 @@
</tr>
<tr>
<td> Preprocessing is never undefined </td>
- <td> <a href="https://wg21.link/P2843">P2843R3</a></td>
+ <td> <a href="https://wg21.link/P2843R3">P2843R3</a></td>
<td class="supported"> <a href="../gcc-16/changes.html#cxx">16</a></td>
<td></td>
</tr>
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/changes.html | 31 ++++++++++++++++++++++++++++++-
htdocs/projects/cxx-status.html | 8 +-------
2 files changed, 31 insertions(+), 8 deletions(-)
hooks/post-receive
--
gcc-wwwdocs