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 f38dfa014fc0622833bba6174cf44a35f07d08b3 (commit)
via 5a1499451f5e5e0ce3718eae2f742d6b069a3b8c (commit)
from bc5896e7e9d29c7f700d4afc852960a3871b0a6f (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 f38dfa014fc0622833bba6174cf44a35f07d08b3
Author: Jason Merrill <[email protected]>
Date: Mon May 4 14:41:40 2026 -0400
contribute: add link to "small changes"
diff --git a/htdocs/contribute.html b/htdocs/contribute.html
index 4dfb186d..afe0eb58 100644
--- a/htdocs/contribute.html
+++ b/htdocs/contribute.html
@@ -60,7 +60,9 @@ Contributors with
DCO for all future commits by adding their name to the DCO list in the
MAINTAINERS file.
-<p>We can accept small changes without copyright assignment or DCO
+<p>We can accept
+ <a
href="https://www.gnu.org/prep/maintain/maintain.html#Legally-Significant">small
changes</a>
+ without copyright assignment or DCO
certification.</p>
<h2 id="standards">Coding Standards</h2>
commit 5a1499451f5e5e0ce3718eae2f742d6b069a3b8c
Author: Jason Merrill <[email protected]>
Date: Thu Nov 27 10:41:01 2025 +0530
cxx-status: don't mention -std=c++2c
diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 2f37c924..cb3b6cfb 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -39,10 +39,10 @@
standard, which is expected to be published in 2026.</p>
<p>C++26 features are available since GCC 14. To enable C++26
- support, add the command-line parameter <code>-std=c++2c</code>
+ support, add the command-line parameter <code>-std=c++26</code>
to your <code>g++</code> command line. Or, to enable GNU
extensions in addition to C++26 features,
- add <code>-std=gnu++2c</code>.</p>
+ add <code>-std=gnu++26</code>.</p>
<p><strong>Important</strong>: Because the ISO C++26 standard is still
evolving, GCC's support is <strong>experimental</strong>. No attempt will
-----------------------------------------------------------------------
Summary of changes:
htdocs/contribute.html | 4 +++-
htdocs/projects/cxx-status.html | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
hooks/post-receive
--
gcc-wwwdocs