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 93841da1a3c5b19a560689413ec4470346544d24 (commit) from 7fae909b4b7f24a68c7f8bf019b4368e7a45cd1e (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 93841da1a3c5b19a560689413ec4470346544d24 Author: Jakub Jelinek <ja...@redhat.com> Date: Mon Jun 23 11:12:46 2025 +0200 Add C++26 Sofia papers. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 2a6e9c3c..af1917f6 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -292,6 +292,50 @@ <td class="supported"> <a href="../gcc-15/changes.html#cxx">15</a></td> <td> __cpp_pp_embed >= 202502L </td> </tr> + <!-- Summer 2025 papers (Sofia) --> + <tr> + <td> Allow attaching main to the global module </td> + <td><a href="https://wg21.link/P3618R0">P3618R0</a> (<a href="./cxx-dr-status.html">DR</a>) </td> + <td class="unsupported"> <a href="https://gcc.gnu.org/PR120773">No</a></td> + <td> </td> + </tr> + <tr> + <td rowspan=5> Reflection </td> + <td> <a href="https://wg21.link/P2996">P2996R13</a></td> + <td class="unsupported" rowspan=5> <a href="https://gcc.gnu.org/PR120775">No</a></td> + <td> __cpp_impl_reflection >= 202506L </td> + </tr> + <tr> + <td> <a href="https://wg21.link/P3394">P3394R4</a></td> + <td rowspan=4></td> + </tr> + <tr> + <td> <a href="https://wg21.link/P3293">P3293R3</a></td> + </tr> + <tr> + <td> <a href="https://wg21.link/P3491">P3491R3</a></td> + </tr> + <tr> + <td> <a href="https://wg21.link/P3096">P3096R12</a></td> + </tr> + <tr> + <td> Expansion statements </td> + <td> <a href="https://wg21.link/P1306">P1306R5</a></td> + <td class="unsupported"> <a href="https://gcc.gnu.org/PR120776">No</a></td> + <td> __cpp_expansion_statements >= 202506L </td> + </tr> + <tr> + <td> constexpr virtual inheritance </td> + <td> <a href="https://wg21.link/P3533R2">P3533R2</a></td> + <td class="unsupported"> <a href="https://gcc.gnu.org/PR120777">No</a></td> + <td> __cpp_constexpr_virtual_inheritance >= 202506L </td> + </tr> + <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></td> + </tr> <!-- <tr> <td> </td> ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) hooks/post-receive -- gcc-wwwdocs