From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-x42a.google.com with SMTP id q5so4921257wrv.0 for ; Fri, 03 Feb 2023 06:52:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:message-id:date:cc:subject:to:from:from:to :cc:subject:date:message-id:reply-to; bh=HN1uqacQWOgxjzm91YnT0eyxIWrzCe4B/ajCTrbXWaY=; b=NiikJVrji/sC5eHaFrG2h72JnjCXLKG6dwdOicp5J5s8ga4QZu280y7vZyYQYs+IBk YCccOaRT1ai8x7CMduE9q7x+tvTqbyqq9iYYxvZHtd3ZgTrZjDyiUym9BMhMg+vR0jbW tuI57XFosE4UV8fJLbfNOK/mqEEPSf7iMZwGtMVUjQDkQ0EM+xxlAoYTXy4HDeEWmsmj Ew3YtoFtvGcpB7JtQnMMqrIDlPDqbKyolQZcnEFhJl8Oo1PUU9ZSL8aVi7x6VLKlNycC vV1r5beQZjynZom+tfyEbjvS7d1RwNBoioTVKJKysltWO6c7vYJnFjAKGlOsyp7JbWoB v6Rw== 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 From: Gaius Mulley 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 Content-Type: text/plain 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 List-Id: 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