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 e4c990d1296c20d80550c4d1b4d6314dae7ab5be (commit)
from 4ce2216a28350a90ad8b196bf77cd6283bb5f2bc (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 e4c990d1296c20d80550c4d1b4d6314dae7ab5be
Author: Jonathan Wakely <[email protected]>
Date: Mon Apr 27 16:32:42 2026 +0100
Fix anchor to C++ notes in the Porting to GCC 16 page
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index b1085206..eec3f4e8 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -210,7 +210,7 @@ for general information.</p>
If your code relies on older versions of the C++ standard, you will need to
either add
<a
href="https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html#index-std-1">-std=</a>
- to your build flags, or port your code; see <a
href="porting_to.html#cxx23">the porting notes</a>.
+ to your build flags, or port your code; see <a
href="porting_to.html#cpp">the porting notes</a>.
</li>
<li>Several C++26 features have been implemented:
<ul>
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/changes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
gcc-wwwdocs