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  1b47a18f611f77712cddef380220b8325b8c5a3c (commit)
      from  2d70809263a2d848c7ea05be134c081fb180edb7 (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 1b47a18f611f77712cddef380220b8325b8c5a3c
Author: Marek Polacek <[email protected]>
Date:   Thu Jan 15 11:22:52 2026 -0500

    Mark C++26 Reflection as done for GCC 16

diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index a4a0a3d8..3e0ab056 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -90,6 +90,22 @@ for general information.</p>
 
 <h3 id="cxx">C++</h3>
 
+<ul>
+  <li>Several C++26 features have been implemented:
+    <ul>
+      <li><a href="https://wg21.link/P2996R13";>P2996R13</a>, Reflection
+      (<a href="https://gcc.gnu.org/PR120775";>PR120775</a>, enabled by
+       <code>-std=c++26 -freflection</code>)</li>
+      <li><a href="https://wg21.link/P3394R4";>P3394R4</a>, Annotations for
+      Reflection</li>
+      <li><a href="https://wg21.link/P3293R3";>P3293R3</a>, Splicing a base
+      class subobject</li>
+      <li><a href="https://wg21.link/P3096R12";>P3096R12</a>, Function Parameter
+      Reflection</li>
+    </ul>
+  </li>
+</ul>
+
 <h4 id="libstdcxx">Runtime Library (libstdc++)</h4>
 
 <ul>
diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 2bb13251..fcb1cb8d 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -302,7 +302,7 @@
     <tr>
       <td rowspan=4> Reflection </td>
       <td> <a href="https://wg21.link/P2996R13";>P2996R13</a></td>
-      <td class="unsupported" rowspan=4> <a 
href="https://gcc.gnu.org/PR120775";>No</a></td>
+      <td class="supported" rowspan=4> <a 
href="../gcc-16/changes.html#cxx">16</a></td>
       <td> __cpp_impl_reflection >= 202506L </td>
     </tr>
     <tr>

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

Summary of changes:
 htdocs/gcc-16/changes.html      | 16 ++++++++++++++++
 htdocs/projects/cxx-status.html |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to