From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1499) id C385B3864858; Fri, 16 Jul 2021 23:16:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C385B3864858 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c626bc7c4e0d3f3345efbd86ee89e2e5946c7748 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ff458889f07620181e3b1b0c2b249a6343b71eb6 X-Git-Newrev: c626bc7c4e0d3f3345efbd86ee89e2e5946c7748 Message-Id: <20210716231604.C385B3864858@sourceware.org> Date: Fri, 16 Jul 2021 23:16:04 +0000 (GMT) From: Gaius Mulley X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2021 23:16:04 -0000 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 c626bc7c4e0d3f3345efbd86ee89e2e5946c7748 (commit) from ff458889f07620181e3b1b0c2b249a6343b71eb6 (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 c626bc7c4e0d3f3345efbd86ee89e2e5946c7748 Author: Gaius Mulley Date: Sat Jul 17 00:11:17 2021 +0100 htdocs/frontends.html: Update the description of GNU Modula-2. htdocs/git.html: Document the new devel/modula-2 branch. diff --git a/htdocs/frontends.html b/htdocs/frontends.html index bec33b7b..cd67b089 100644 --- a/htdocs/frontends.html +++ b/htdocs/frontends.html @@ -42,10 +42,10 @@ has a back end that generates assembler directly, using the GCC back end.
  • GNU Modula-2 implements the PIM2, PIM3, PIM4 and ISO dialects of the language. The compiler -is fully operational with the GCC 4.1.2 back end (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, but includes a bootstrap -procedure via a heavily modified version of p2c.
  • +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++.
  • Modula-3 (for links see www.modula3.org); SRC M3 is based on an old diff --git a/htdocs/git.html b/htdocs/git.html index 2bbfc334..468bb0ea 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -471,6 +471,17 @@ in Git.

    Further information can be found on the GNU UPC page. +
    modula-2
    +
    This branch is for the + GNU Modula-2 + 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. + Patches should be + prefixed with [modula-2] in the subject line.
    + +
    pph
    This branch implements Pre-Parsed Headers for C++. It is maintained by