public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. cc3e1880f2a0994a5126bdd3c826fe21a786a5d7
@ 2023-03-08 11:43 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2023-03-08 11:43 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 6065 bytes --]

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  cc3e1880f2a0994a5126bdd3c826fe21a786a5d7 (commit)
      from  ec6f12dc7c229ba1662706c14083e6f3a78e2760 (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 cc3e1880f2a0994a5126bdd3c826fe21a786a5d7
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Wed Mar 8 11:42:20 2023 +0000

    frontends: The Modula-2 front end is now on the development trunk.
    gcc-13: Note which Modula-2 dialects are
    supported and the user level front end changes so far.
    index: Announce Modula-2 inclusion.
    onlinedocs: Add links to Modula-2 documentation.
    git: Update email address.
    
    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>

diff --git a/htdocs/frontends.html b/htdocs/frontends.html
index 12af359b..d47b56b6 100644
--- a/htdocs/frontends.html
+++ b/htdocs/frontends.html
@@ -41,11 +41,11 @@ has a back end that generates assembler directly, using the GCC back end.</li>
 (at an early stage of development).</li>
 
 <li><a href="http://www.nongnu.org/gm2/">GNU Modula-2</a> implements
-the PIM2, PIM3, PIM4 and ISO dialects of the language.  The compiler
-is fully operational with GCC 10 and GCC 11 (on
-GNU/Linux x86 systems).  Work is in progress to move the front end to
-the GCC trunk.  The front end is mostly written in Modula-2 and it
-includes a bootstrap tool which translates Modula-2 into C/C++.</li>
+the ISO/IEC 10514-1, PIM2, PIM3 and PIM4 dialects of the language.
+The compiler is operational with GCC 10, GCC 11, and GCC 12 (on
+GNU/Linux x86 systems).  The front end is now in the GCC development
+trunk (GCC 13).  It is mostly written in Modula-2 and includes a
+bootstrap tool which translates Modula-2 into C/C++.</li>
 
 <li>Modula-3 (for links see <a
 href="https://www.modula3.org/">www.modula3.org</a>); SRC M3 is based on an old
diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index cb6a9ec2..57317c0a 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -377,6 +377,18 @@ a work-in-progress.</p>
 
 <!-- <h3 id="go">Go</h3> -->
 
+<h3 id="modula2">Modula-2</h3>
+<ul>
+  <li>Support for the language Modula-2 has been added.  This includes
+    support for the ISO/IEC 10514-1, PIM2, PIM3, PIM4 dialects
+    together with a complete set of ISO/IEC 10514-1 and PIM
+    libraries.</li>
+  <li>The <code><* noreturn *></code> attribute is supported
+    with the <code>-Wreturn-type</code>
+    <a href="https://gcc.gnu.org/onlinedocs/m2/Compiler-options.html">
+      option</a>.</li>
+</ul>
+
 <!-- .................................................................. -->
 <!-- <h2 id="jit">libgccjit</h2> -->
 
diff --git a/htdocs/git.html b/htdocs/git.html
index 2543c237..701773ef 100644
--- a/htdocs/git.html
+++ b/htdocs/git.html
@@ -340,7 +340,7 @@ in Git.</p>
     front end to GCC prior to its integration with the mainline.  The
     branch will be regularly rebased against the mainline.  It is
     maintained by
-    <a href="mailto:gaius.mulley@southwales.ac.uk">Gaius Mulley</a>.
+    <a href="mailto:gaiusmod2@gmail.com">Gaius Mulley</a>.
     Patches should be
     prefixed with <code>[modula-2]</code> in the subject line.</dd>
 
@@ -352,7 +352,7 @@ in Git.</p>
     of this branch will be folded back onto the <code>modula-2</code>
     branch once a significant number of regression tests pass.  It is
     maintained by
-    <a href="mailto:gaius.mulley@southwales.ac.uk">Gaius Mulley</a>.
+    <a href="mailto:gaiusmod2@gmail.com">Gaius Mulley</a>.
     Patches should be
     prefixed with <code>[m2link]</code> in the subject line.</dd>
 
diff --git a/htdocs/index.html b/htdocs/index.html
index 0868b81c..27f8272b 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -61,6 +61,11 @@ mission statement</a>.</p>
   has been contributed to Compiler Explorer (aka godbolt.org) by Marc
   Poulhiès</dd>
 
+<dt><span><a href="gcc-13/changes.html#modula2">Modula-2 front end added</a></span>
+  <span class="date">[2022-12-14]</span></dt>
+<dd>The Modula-2 programming language front end has been added to GCC.
+  This front end was contributed by Gaius Mulley.</dd>
+
 <dt><span><a href="https://gcc.gnu.org/wiki/cauldron2022">GNU Tools Cauldron 2022</a></span>
     <span class="date">[2022-09-02]</span></dt>
     <dd>Prague, Czech Republic and online, September 16-18 2022</dd>
diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html
index 343ff9f5..27a8a505 100644
--- a/htdocs/onlinedocs/index.html
+++ b/htdocs/onlinedocs/index.html
@@ -1647,6 +1647,12 @@ existing release.</p>
            href="https://gcc.gnu.org/onlinedocs/gdc.ps.gz">PostScript</a> or <a
            href="https://gcc.gnu.org/onlinedocs/gdc-html.tar.gz">an
            HTML tarball</a>)</li>
+    <li><a href="https://gcc.gnu.org/onlinedocs/m2/">GNU M2 Manual</a> (<a
+           href="https://gcc.gnu.org/onlinedocs/m2.pdf">also in
+           PDF</a> or <a
+           href="https://gcc.gnu.org/onlinedocs/m2.ps.gz">PostScript</a> or <a
+           href="https://gcc.gnu.org/onlinedocs/m2-html.tar.gz">an
+           HTML tarball</a>)</li>
     <li><a href="https://gcc.gnu.org/onlinedocs/libgomp/">GNU Offloading and
            Multi Processing Runtime Library Manual</a> (<a
            href="https://gcc.gnu.org/onlinedocs/libgomp.pdf">also in

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

Summary of changes:
 htdocs/frontends.html        | 10 +++++-----
 htdocs/gcc-13/changes.html   | 12 ++++++++++++
 htdocs/git.html              |  4 ++--
 htdocs/index.html            |  5 +++++
 htdocs/onlinedocs/index.html |  6 ++++++
 5 files changed, 30 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-08 11:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-08 11:43 gcc-wwwdocs branch master updated. cc3e1880f2a0994a5126bdd3c826fe21a786a5d7 Gaius Mulley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).