From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 96F763858D28 for ; Sat, 4 Mar 2023 07:14:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 96F763858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id AF37F33EB2; Sat, 4 Mar 2023 02:14:19 -0500 (EST) Received: from [192.168.1.80] (188-23-63-229.adsl.highway.telekom.at [188.23.63.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id EA0F133EB1; Sat, 4 Mar 2023 02:14:18 -0500 (EST) Date: Sat, 4 Mar 2023 08:14:17 +0100 (CET) From: Gerald Pfeifer To: Gaius Mulley cc: gcc-patches@gcc.gnu.org, Richard Guenther , Jakub Jelinek Subject: Re: [wwwdocs] document modula-2 in gcc-13/changes.html (and index.html) In-Reply-To: <87bkm7xdda.fsf@debian> Message-ID: <06a0d2f2-eb63-82b3-bcd9-b211b39ffed3@pfeifer.com> References: <87lelels1w.fsf@debian> <8bb9f1fc-95e8-ebe4-3d87-b3ec28c99add@pfeifer.com> <87bkm7xdda.fsf@debian> MIME-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Gaius, apologies, I thought you had pushed the updated patch and only now realized it's not in yet. Please look into the few bits below and then go ahead and push. On Mon, 6 Feb 2023, Gaius Mulley wrote: > * htdocs/frontends.html: An update to say the front end is now in > the development trunk. Here we'd usually simply say * frontends: The Modula-2 front end is now on the development trunk. skiping "An update to say", or at least "An update to" and the "htdocs/" port (and adding which front end). > * htdocs/gcc-13/changes.html: A description of which dialects are > supported and the user level front end changes so far. * gcc-13: Note which Modula-2 dialects are... > * htdocs/index.html: Proposed news entry. * index: Announce Modula-2 inclusion (or something like that). > * htdocs/onlinedocs/index.html: PDF, PS and HTML documentation > links. * onlinedocs: Add links to Modula-2 documentation > +The compiler is operational with GCC 10, GCC 11 GCC 12 (on ...GCC 11, and GCC 12... > +GNU/Linux x86 systems). The front end is now in the GCC development > +trunk (GCC 13). The front end is mostly written in Modula-2 and it > includes a bootstrap tool which translates Modula-2 into C/C++. How about "It is mostly written in Modula-2 and includes..." to avoid repetition of "the front end"? Thank you, Gerald