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  625237ac00b2900ecfc51ee2826f5b467b408f04 (commit)
      from  a1e95f48a98138069fdfa18fed544654d1ec4fcd (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 625237ac00b2900ecfc51ee2826f5b467b408f04
Author: Gaius Mulley <gaiusm...@gmail.com>
Date:   Tue Mar 25 17:02:41 2025 +0000

    gcc-15/changes.html: Highlight user facing changes.
    
    Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 42b713a2..dbc82be2 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -476,6 +476,23 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;"
 <!-- .................................................................. -->
 <!-- <h2 id="jit">libgccjit</h2> -->
 
+<h3 id="modula2">Modula-2</h3>
+<ul>
+  <li>The keyword <code>FORWARD</code> has been implemented in the
+    compiler and is available by default in all dialects.
+  </li>
+  <li>The <code>SYSTEM</code> module now exports the
+    datatype <code>COFF_T</code> mapping onto the POSIX <code>off_t</code>
+    type.  The size of this datatype can be controlled by the new
+    option <code>-fm2-file-offset-bits=</code>.
+  </li>
+  <li>Access to the GCC
+    builtins <code>clz</code>, <code>clzll</code>, <code>ctz</code>
+    and <code>ctzll</code> are now available from the
+    module <code>Builtins</code>.
+  </li>
+</ul>
+
 <!-- .................................................................. -->
 <h2 id="targets">New Targets and Target Specific Improvements</h2>
 

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

Summary of changes:
 htdocs/gcc-15/changes.html | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to