From patchwork Fri Feb 3 14:52:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gaius Mulley X-Patchwork-Id: 64261 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9A214384F011 for ; Fri, 3 Feb 2023 14:53:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A214384F011 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675435996; bh=HN1uqacQWOgxjzm91YnT0eyxIWrzCe4B/ajCTrbXWaY=; h=To:Subject:CC:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=YR1JVQTw6MDv7XvJeN1oep9O4xsmMg0KUSdGhFjBFKbFzCKt4cPZ3ErmeonpBezo5 tWMDkNQmK2AtVXqFm3U1HlUAkegO9pv1p2Y/wKtu3H0I7STVCVdlg3x0RMKZ0NzInR Ta6SXamgzr5ujWh0+XWqNG6Zrs7Y+dgK0U5z2354= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id AC89B385B50D for ; Fri, 3 Feb 2023 14:52:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AC89B385B50D Received: by mail-wr1-x42a.google.com with SMTP id q5so4921257wrv.0 for ; Fri, 03 Feb 2023 06:52:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:date:cc:subject:to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=HN1uqacQWOgxjzm91YnT0eyxIWrzCe4B/ajCTrbXWaY=; b=P7tRQLRUmaDS6Sq90POvs5oti6sYjQxkBjy4htcGJ99KOrD01pL6SiKGX7fVXY6oag Hd2X27tr47WL+/tzvdmEsxKEmTUZUftTYZs4qsPFnsdx1eG+ic05pfr4OKib/xtCAFb1 qsvnZFxj+1JFlL20vjAIHEwCt2NbFHePVSIt6y9D2y7HS19JYymqQBtsnXzKgtHN4ybk 9zv6mRCrvIt/MHgV68ncyHIDvFdwnE2rjxLOgXHAH0OXsrRk3e+Z7aG9Alrq9dFZm15L Qbh5jFEq2Cay0/ytnzm+jx5MDMdEp0LryWktHWDqbRlusXK5UECVcpYuMYwVlGp1jen1 r0hQ== X-Gm-Message-State: AO0yUKU6TBsKy1bjf58wnpdP8uKqsX97Vokc0TxRY0pO05TTv7F6P/g6 kxndmbxnEiPKRRb6jUD18oydEZHA3MI= X-Google-Smtp-Source: AK7set95pOG0wXI5vNGpdQnZiQZvjF0Y/i2PICGaR0ePJlQpoLtAYe4aNVtUlQqoKnrZmTU7Dq75rw== X-Received: by 2002:a05:6000:1562:b0:2c3:be89:7c30 with SMTP id 2-20020a056000156200b002c3be897c30mr4211606wrz.19.1675435965400; Fri, 03 Feb 2023 06:52:45 -0800 (PST) Received: from lancelot ([91.84.107.190]) by smtp.gmail.com with ESMTPSA id bl1-20020adfe241000000b002bcaa47bf78sm2071361wrb.26.2023.02.03.06.52.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Feb 2023 06:52:44 -0800 (PST) Received: from gaius by lancelot with local (Exim 4.94.2) (envelope-from ) id 1pNxQh-000UJ3-NV; Fri, 03 Feb 2023 14:52:43 +0000 To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] document modula-2 in gcc-13/changes.html (and index.html) CC: richard.guenther@gmail.com, gerald@pfeifer.com Date: Fri, 03 Feb 2023 14:52:43 +0000 Message-ID: <87lelels1w.fsf@debian> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, GIT_PATCH_0, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Gaius Mulley via Gcc-patches From: Gaius Mulley Reply-To: Gaius Mulley Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Hello, The following patch provides a summary of the modula-2 front end and also contains links to the online modula-2 documentation in index.html. [I'm just about to git push fixes so that modula-2 builds html, info and pdf documentation into the standard directories.] regards, Gaius diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 9ecd115c..fa13369f 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -283,6 +283,18 @@ a work-in-progress.

+

Modula-2

+
    +
  • Support for the language Modula-2 has been added. The dialects + supported are PIM2, PIM3, PIM4 and ISO/IEC 10514-1. Also included + are a complete set of ISO/IEC 10514-1 libraries and PIM + libraries.
  • +
  • + Compiler options.
  • +
  • The <* noreturn *> attribute is supported.
  • +
  • Linking has been redesigned.
  • +
+ 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