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 a3a0a760f5d03374eea88cddde73c1299174a3ed (commit)
from e4c990d1296c20d80550c4d1b4d6314dae7ab5be (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 a3a0a760f5d03374eea88cddde73c1299174a3ed
Author: Jonathan Wakely <[email protected]>
Date: Mon Apr 27 16:44:04 2026 +0100
Note that modules are not part of C++20 stability
To enable Modules you still need to use -fmodules.
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index eec3f4e8..c56f3b8b 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -211,6 +211,8 @@ for general information.</p>
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#cpp">the porting notes</a>.
+ N.B. C++20 modules support is still experimental and must be enabled by
+ <a
href="https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html#index-fmodules">-fmodules</a>.
</li>
<li>Several C++26 features have been implemented:
<ul>
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/changes.html | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
gcc-wwwdocs