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 57f782f561494b3bef6360049eb7e59d3f8fbf26 (commit)
from cd96c3584754e36bb89d9e8518b26e45e88a7379 (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 57f782f561494b3bef6360049eb7e59d3f8fbf26
Author: Jakub Jelinek <[email protected]>
Date: Thu Jun 25 19:47:15 2026 +0200
Add FTMs for various papers.
diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 01a5f67f..cc0c3d88 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -105,7 +105,7 @@
<td>More named universal character escapes</td>
<td><a href="https://wg21.link/P3733R1">P3733R1</a> (<a
href="./cxx-dr-status.html">DR</a>)</td>
<td class="unsupported"> <a
href="https://gcc.gnu.org/PR125831">No</a></td>
- <td></td>
+ <td> __cpp_named_character_escapes >= 202606L </td>
</tr>
<tr>
<td>Lexical order for lambdas</td>
@@ -129,19 +129,19 @@
<td>Conditional noexcept specifiers in compound requirements</td>
<td><a href="https://wg21.link/P3822R2">P3822R2</a></td>
<td class="unsupported"> <a
href="https://gcc.gnu.org/PR125822">No</a></td>
- <td></td>
+ <td> __cpp_concepts >= 202606L </td>
</tr>
<tr>
<td>Contracts for C++: virtual functions</td>
<td><a href="https://wg21.link/P3097R3">P3097R3</a></td>
<td class="unsupported"> <a
href="https://gcc.gnu.org/PR125834">No</a></td>
- <td></td>
+ <td> __cpp_contracts >= 202606L </td>
</tr>
<tr>
<td>Consteval-only values for C++26</td>
<td><a href="https://wg21.link/P4101R1">P4101R1</a> (<a
href="./cxx-dr-status.html">DR</a>)</td>
<td class="unsupported"> <a
href="https://gcc.gnu.org/PR125820">No</a></td>
- <td></td>
+ <td> __cpp_consteval >= 202606L </td>
</tr>
<tr>
<td>Pointer lifetime-end zap proposed solutions</td>
@@ -153,13 +153,19 @@
<td>Pack indexing for template names</td>
<td><a href="https://wg21.link/P3670R4">P3670R4</a></td>
<td class="unsupported"> <a
href="https://gcc.gnu.org/PR125836">No</a></td>
- <td></td>
+ <td> __cpp_pack_indexing >= 202606L </td>
</tr>
<tr>
<td><code>#embed</code> offset parameter</td>
<td><a href="https://wg21.link/P3540R3">P3540R3</a></td>
<td class="unsupported"> <a
href="https://gcc.gnu.org/PR125837">No</a></td>
- <td></td>
+ <td> __cpp_pp_embed >= 202606L </td>
+ </tr>
+ <tr>
+ <td>Designated initializers for base classes</td>
+ <td><a href="https://wg21.link/P2287R6">P2287R6</a></td>
+ <td class="unsupported"> <a
href="https://gcc.gnu.org/PR125989">No</a></td>
+ <td> __cpp_designated_initializers >= 202606L </td>
</tr>
<!--
<tr>
@@ -395,11 +401,17 @@
</tr>
<!-- Winter 2025 papers (Hagenberg) -->
<tr>
- <td> Trivial unions </td>
+ <td rowspan=2> Trivial unions </td>
<td> <a href="https://wg21.link/P3074R7">P3074R7</a></td>
<td class="unsupported"> <a
href="https://gcc.gnu.org/PR119059">No</a></td>
<td> __cpp_trivial_union >= 202502L </td>
</tr>
+ <tr>
+ <!-- This one is from Winter 2026 (Croydon) -->
+ <td> <a href="https://wg21.link/P3726R2">P3726R2</a></td>
+ <td class="unsupported"> <a
href="https://gcc.gnu.org/PR125845">No</a></td>
+ <td> </td>
+ </tr>
<tr>
<td> Partial program correctness </td>
<td> <a href="https://wg21.link/P1494R5">P1494R5</a></td>
@@ -516,12 +528,6 @@
<td class="unsupported"> <a
href="https://gcc.gnu.org/PR125844">No</a></td>
<td> </td>
</tr>
- <tr>
- <td>Adjustments to Union Lifetime Rules</td>
- <td> <a href="https://wg21.link/P3726R2">P3726R2</a></td>
- <td class="unsupported"> <a
href="https://gcc.gnu.org/PR125845">No</a></td>
- <td> </td>
- </tr>
<tr>
<td>Constant evaluations fixes</td>
<td> <a href="https://wg21.link/P4143R0">P4143R0</a> (<a
href="./cxx-dr-status.html">DR</a>)</td>
-----------------------------------------------------------------------
Summary of changes:
htdocs/projects/cxx-status.html | 32 +++++++++++++++++++-------------
1 file changed, 19 insertions(+), 13 deletions(-)
hooks/post-receive
--
gcc-wwwdocs