From patchwork Sat Nov 25 13:11:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1868430 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4ScsgG6LbZz1ySD for ; Sun, 26 Nov 2023 00:11:21 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 52DAB38582B0 for ; Sat, 25 Nov 2023 13:11:16 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id E49363858C20 for ; Sat, 25 Nov 2023 13:11:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E49363858C20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E49363858C20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700917865; cv=none; b=iqd1iGS0EWDVHPqX8mi6xwvQ0i8ANLeZcUHPIYcMfUSbPSLIJFkAz+MnkNYBzPvJbHCqB0h1eBBQ7dISF0qMcvtBl9/FlQWXM1Wc5+fkaOxLZH2djiU/rmA32yTW8t4IlmP+TG4dVwiZ2y2UkCxoqKDnONNelCRmdJuQJYfLiAM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700917865; c=relaxed/simple; bh=7ulfXvVjZQzvkDpF+eZUbUhPdtu16w8n6N/VeYNe54g=; h=Date:From:To:Subject:MIME-Version:Message-Id; b=oAVgwfvqJoXySiq7a14lzEfAjQfPrtpDQa3XOsT42CPk+hz8hoSZr4bN6o91RKFlgT0keiNlK9Aw4rEcWA/pN8jY7E+GHuULK+R09/WfjgFUyj6lGI3bx2tplvwF2gSlvAA6go8n4gieQF8qwtV/C/yxFM6aHfKnNYBhaf3fzfA= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id A4C0833E8B for ; Sat, 25 Nov 2023 08:11:03 -0500 (EST) Received: from daya.localdomain (188-23-0-79.adsl.highway.telekom.at [188.23.0.79]) (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 435DE33E9D for ; Sat, 25 Nov 2023 08:11:03 -0500 (EST) Date: Sat, 25 Nov 2023 14:11:02 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [pushed] doc: Complete and sort the list of front ends MIME-Version: 1.0 X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20231125131103.A4C0833E8B@hamza.pair.com> X-Spam-Status: No, score=-10.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org gcc: PR other/69374 * doc/install.texi (Downloading the source): Sort the list of front ends and add D, Go, and Modula-2. --- gcc/doc/install.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9a5a7b5bb7d..c1ccb8ba02d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -628,9 +628,9 @@ HTTPS as tarballs compressed with @command{gzip} or @command{bzip2}. Please refer to the @uref{https://gcc.gnu.org/releases.html,,releases web page} for information on how to obtain GCC@. -The source distribution includes the C, C++, Objective-C, Fortran, -and Ada (in the case of GCC 3.1 and later) compilers, as well as -runtime libraries for C++, Objective-C, and Fortran. +The source distribution includes the Ada, C, C++, Objective-C, D (GCC 9 +and later), Fortran, Go, and Modula-2 (GCC 13 and later) compilers, as +well as runtime libraries for C++, Objective-C, and Fortran. For previous versions these were downloadable as separate components such as the core GCC distribution, which included the C language front end and shared components, and language-specific distributions including the