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 ae1b6a1bb8c572e65a9f4fa9d789e71d4a9eb1b4 (commit)
from 3c525ce8995779b76855dfbdf6363f6abdb39f49 (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 ae1b6a1bb8c572e65a9f4fa9d789e71d4a9eb1b4
Author: Jonathan Wakely <[email protected]>
Date: Fri Jun 26 17:16:17 2026 +0100
Start documenting libstdc++ changes for GCC 17
diff --git a/htdocs/gcc-17/changes.html b/htdocs/gcc-17/changes.html
index 94d9bb72..0452a7f1 100644
--- a/htdocs/gcc-17/changes.html
+++ b/htdocs/gcc-17/changes.html
@@ -75,8 +75,17 @@ a work-in-progress.</p>
<!-- <h3 id="c-family">C family</h3> -->
-<!-- <h3 id="cxx">C++</h3> -->
-<!-- <h4 id="libstdcxx">Runtime Library (libstdc++)</h4> -->
+<h3 id="cxx">C++</h3>
+<h4 id="libstdcxx">Runtime Library (libstdc++)</h4>
+<ul>
+<li>Improved experimental C++26 support including:
+ <ul>
+ <li><code>std::format</code> in <code>constexpr</code> functions.</li>
+ </ul>
+</li>
+<li><code>std::filesystem</code> support for Windows symlinks,
+ thanks to Adam Wood.</li>
+</ul>
<!-- <h3 id="d">D</h3> -->
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-17/changes.html | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
hooks/post-receive
--
gcc-wwwdocs