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 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 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. (at an early stage of development).
  • GNU Modula-2 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++.
  • +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++.
  • Modula-3 (for links see www.modula3.org); 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.

    +

    Modula-2

    +
      +
    • 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.
    • +
    • The <* noreturn *> attribute is supported + with the -Wreturn-type + + option.
    • +
    + 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.

    front end to GCC prior to its integration with the mainline. The branch will be regularly rebased against the mainline. It is maintained by - Gaius Mulley. + Gaius Mulley. Patches should be prefixed with [modula-2] in the subject line. @@ -352,7 +352,7 @@ in Git.

    of this branch will be folded back onto the modula-2 branch once a significant number of regression tests pass. It is maintained by - Gaius Mulley. + Gaius Mulley. Patches should be prefixed with [m2link] in the subject line. 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.

    has been contributed to Compiler Explorer (aka godbolt.org) by Marc Poulhiès +
    Modula-2 front end added + [2022-12-14]
    +
    The Modula-2 programming language front end has been added to GCC. + This front end was contributed by Gaius Mulley.
    +
    GNU Tools Cauldron 2022 [2022-09-02]
    Prague, Czech Republic and online, September 16-18 2022
    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.

    href="https://gcc.gnu.org/onlinedocs/gdc.ps.gz">PostScript or an HTML tarball)
  • +
  • GNU M2 Manual (also in + PDF or PostScript or an + HTML tarball)
  • GNU Offloading and Multi Processing Runtime Library Manual (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