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 ddecd64aae511adea344d3dd7db2d35589e526c9 (commit)
from 5c3ae970735c200fa49114193c52d44b92652e49 (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 ddecd64aae511adea344d3dd7db2d35589e526c9
Author: Gaius Mulley <[email protected]>
Date: Fri Mar 6 17:03:25 2026 +0000
* gcc-16/changes.html: Highlight user facing changes.
Signed-off-by: Gaius Mulley <[email protected]>
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index 10b614b6..3029dc77 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -306,6 +306,31 @@ struct Affected : E
<!-- .................................................................. -->
<!-- <h2 id="jit">libgccjit</h2> -->
+<h3 id="modula2">Modula-2</h3>
+<ul>
+ <li>Spelling hints have been implemented. Currently spelling hints
+ are issued when processing: import lists, module names and all
+ symbols within nested scopes.
+ </li>
+ <li>A new implementation of wide set is used and this is
+ accompanied with a library module <code>M2WIDESET</code>.
+ This has changed the ABI and may lead to link-time
+ errors with object files generated with a previous GCC version.
+ </li>
+ <li>A binary dictionary module <code>BinDict</code> has been
+ added to the base libraries.
+ </li>
+ <li>The procedures <code>Write</code> and <code>WriteLn</code>
+ are available in the modules: <code>ARRAYOFCHAR</code>,
+ <code>CFileSysOp</code>, <code>CHAR</code>,
+ <code>FileSysOp</code>, <code>String</code> and
+ <code>StringFileSysOp</code>.
+ </li>
+ <li>The <code>-fm2-pathname-root=</code> option has been added to
+ improve access to external library modules.
+ </li>
+</ul>
+
<h3 id="algol68">Algol 68</h3>
<ul>
<li>GCC now includes an experimental Algol 68 compiler, ga68. It aims to
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/changes.html | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
hooks/post-receive
--
gcc-wwwdocs