public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. c74a573fa888f3970b6b38d57020f0160e49e58a
@ 2024-04-30 13:27 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2024-04-30 13:27 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

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  c74a573fa888f3970b6b38d57020f0160e49e58a (commit)
      from  0c1bfb5e6891b972c5706ba1724ae0f9f6b3fe85 (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 c74a573fa888f3970b6b38d57020f0160e49e58a
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Tue Apr 30 14:26:15 2024 +0100

    frontends.html: Mention modula-2 was merged during gcc-13.
    gcc-14/changes.html: New section heading for modula-2 and populate.
    index.html: Add modula-2 to the list of languages supported by GCC.
    readings.html (Modula 2 information): New section containing PIM2, PIM4
    and ISO standard links.
    
    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>

diff --git a/htdocs/frontends.html b/htdocs/frontends.html
index d47b56b6..2dec80c9 100644
--- a/htdocs/frontends.html
+++ b/htdocs/frontends.html
@@ -43,8 +43,8 @@ has a back end that generates assembler directly, using the GCC back end.</li>
 <li><a href="http://www.nongnu.org/gm2/">GNU Modula-2</a> implements
 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
+GNU/Linux x86 systems).  The front end was merged into the GCC tree
+during 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
diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 55b148da..4a9670fd 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -603,6 +603,20 @@ a work-in-progress.</p>
 </ul>
 <!-- <h3 id="go">Go</h3> -->
 
+<h3 id="modula2">Modula-2</h3>
+<ul>
+  <li>The automatic dependency generation options: <code>-M</code>,
+    <code>-MD</code>, <code>-MF</code>,
+    <code>-MMD</code>, <code>-MP</code>, <code>-MQ</code> and
+    <code>-MT</code> have been implemented in the compiler.
+  </li>
+  <li>The <code>-Wcase-enum</code>
+    and <code>-Wuninit-variable-checking=</code> options have
+    been implemented to provide compile time warnings against
+    missing case clauses and uninitialized variables respectively.
+  </li>
+</ul>
+
 <!-- .................................................................. -->
 <h2 id="jit">libgccjit</h2>
 <ul>
diff --git a/htdocs/index.html b/htdocs/index.html
index 7eac5eab..d80ef5d7 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -19,7 +19,7 @@
 <a href="c99status.html">C</a>,
 <a href="projects/cxx-status.html">C++</a>,
 Objective-C, <a href="fortran/">Fortran</a>,
-Ada, Go, and D, as well as libraries for these languages (libstdc++,...).
+Ada, Go, D and Modula-2 as well as libraries for these languages (libstdc++,...).
 GCC was originally written as the compiler for the <a
 href="http://www.gnu.org/gnu/thegnuproject.html">GNU operating system</a>.
 The GNU system was developed to be 100% free software, free in the sense
diff --git a/htdocs/readings.html b/htdocs/readings.html
index ee77d969..0f6032c2 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -559,6 +559,18 @@ names.
 </ul>
 
 
+<h3>Modula 2 information</h3>
+
+<ul>
+  <li><a href="https://www.research-collection.ethz.ch/handle/20.500.11850/68683">Programming
+  in Modula-2 (Edition 2)</a></li>
+  <li><a href="https://freepages.modula2.org/report4/modula-2.html">Programming
+  in Modula-2 (Edition 4)</a></li>
+  <li><a href="http://sc22wg13.twi.tudelft.nl">ISO Modula-2 standards
+  (base language, OO and generic language extensions)</a></li>
+</ul>
+
+
 <h3>Modula 3 information</h3>
 
 <ul>

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

Summary of changes:
 htdocs/frontends.html      |  4 ++--
 htdocs/gcc-14/changes.html | 14 ++++++++++++++
 htdocs/index.html          |  2 +-
 htdocs/readings.html       | 12 ++++++++++++
 4 files changed, 29 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

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

only message in thread, other threads:[~2024-04-30 13:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-30 13:27 gcc-wwwdocs branch master updated. c74a573fa888f3970b6b38d57020f0160e49e58a 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).