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 bb3922e5e5e71059f3ba418dd563c60a6cdeb10e (commit) from 43a2a8abe30493df9b376f2caad48445aeaa4e2d (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 bb3922e5e5e71059f3ba418dd563c60a6cdeb10e Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Aug 15 22:48:23 2025 +0200 Mark C++26 P2843R3 and C++20 P1766R1 as implemented for GCC 16; fix up C++26 P1306R5 gcc 16 URL diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 42ec39d2..7551d4c1 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -324,7 +324,7 @@ <tr> <td> Expansion statements </td> <td> <a href="https://wg21.link/P1306R5">P1306R5</a></td> - <td class="supported"> <a href="./gcc-16/changes.html#cxx">16</a></td> + <td class="supported"> <a href="../gcc-16/changes.html#cxx">16</a></td> <td> __cpp_expansion_statements >= 202506L </td> </tr> <tr> @@ -336,7 +336,7 @@ <tr> <td> Preprocessing is never undefined </td> <td> <a href="https://wg21.link/P2843">P2843R3</a></td> - <td class="unsupported"> <a href="https://gcc.gnu.org/PR120778">No</a></td> + <td class="supported"> <a href="../gcc-16/changes.html#cxx">16</a></td> <td></td> </tr> <!-- @@ -1121,7 +1121,7 @@ </tr> <tr> <td><a href="https://wg21.link/p1766r1">P1766R1</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> ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs