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  2c44ea5ac467a861905822c43857ee9baa4524c4 (commit)
      from  5d134ccb84594ad2534635f70fe520b275310636 (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 2c44ea5ac467a861905822c43857ee9baa4524c4
Author: Gerald Pfeifer <[email protected]>
Date:   Sun Jun 28 20:23:30 2026 +0200

    gcc-*: Fix the anchor for C++17 links
    
    C++ 1z became C++ 17, the anchor was updated, alas links were not.

diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html
index 582fb7f6..6fbd006a 100644
--- a/htdocs/gcc-6/changes.html
+++ b/htdocs/gcc-6/changes.html
@@ -308,7 +308,7 @@ within strings:
     a memory store to a location precedes a constructor to that
     memory location.</li>
     <li>G++ now supports
-        <a href="../projects/cxx-status.html#cxx1z">C++17</a>
+        <a href="../projects/cxx-status.html#cxx17">C++17</a>
         fold expressions, <code>u8</code> character literals,
         extended <code>static_assert</code>, and nested namespace 
definitions.</li>
     <li>G++ now allows constant evaluation for all non-type template 
arguments.</li>
diff --git a/htdocs/gcc-7/changes.html b/htdocs/gcc-7/changes.html
index 1b028e17..606af86f 100644
--- a/htdocs/gcc-7/changes.html
+++ b/htdocs/gcc-7/changes.html
@@ -607,7 +607,7 @@ void f (const char *fname)
     including <code>if constexpr</code>, class template argument
     deduction, <code>auto</code> template parameters, and structured bindings.
     For a full list of new features,
-    see <a href="../projects/cxx-status.html#cxx1z">the C++
+    see <a href="../projects/cxx-status.html#cxx17">the C++
       status page</a>.</li>
   <li>C++17 support for <code>new</code> of over-aligned types can be enabled
     in other modes with the <code>-faligned-new</code> flag.</li>

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

Summary of changes:
 htdocs/gcc-6/changes.html | 2 +-
 htdocs/gcc-7/changes.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to