From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1499) id E387A3858D1E; Tue, 30 Apr 2024 13:27:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E387A3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714483653; bh=nzEgcqrUehz1ALjONp2M4Rf5gsvmBP6HfYbFAkuAXUo=; h=To:Subject:Date:From:From; b=c46ZayG6F1L4PYZ331oNyRoh1ITPhtar3VHoGyNLxWKD3Q9Dw1vYU2RG2lJE8smro BANqhLJPCwarXzVeNX0g0n2VR1h5/YMt3kAf6Mq3cILj+1fb5vwVXb9zE39eodL3Ht 3xbfFz15m7RrOwPk+UDihu03/XzfqndAN4HqC/ZY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c74a573fa888f3970b6b38d57020f0160e49e58a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0c1bfb5e6891b972c5706ba1724ae0f9f6b3fe85 X-Git-Newrev: c74a573fa888f3970b6b38d57020f0160e49e58a Message-Id: <20240430132733.E387A3858D1E@sourceware.org> Date: Tue, 30 Apr 2024 13:27:33 +0000 (GMT) From: Gaius Mulley List-Id: 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 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 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.
  • GNU Modula-2 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++.
  • Modula-3 (for links see +

    Modula-2

    +
      +
    • The automatic dependency generation options: -M, + -MD, -MF, + -MMD, -MP, -MQ and + -MT have been implemented in the compiler. +
    • +
    • The -Wcase-enum + and -Wuninit-variable-checking= options have + been implemented to provide compile time warnings against + missing case clauses and uninitialized variables respectively. +
    • +
    +

    libgccjit

    +

    Modula 2 information

    + + + +

    Modula 3 information

      ----------------------------------------------------------------------- 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