]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: add mention to Algol 68 in the Installing GCC manual
authorJose E. Marchesi <jose.marchesi@oracle.com>
Mon, 1 Dec 2025 11:03:50 +0000 (12:03 +0100)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Mon, 1 Dec 2025 22:52:29 +0000 (23:52 +0100)
The "Downloading the source" sectio in the "Installing GCC" manual
mentions all the compilers distributed within the GCC source
distribution.  This patch adds mentions to the ga68 compiler and its
libga68 run-time library.

Care is taken to describe the Algol 68 compiler as experimental,
according to the stipulations agreed with the SC.

Signed-off-by: Jose E. Marchesi <jemarch@gnu.org>
gcc/ChangeLog

* doc/install.texi (Downloading the source): Mention Algol 68.

gcc/doc/install.texi

index df0711874b830b1f835f2fab644424297c155326..67553ffae694a27867e1120d869a32b98b061714 100644 (file)
@@ -687,13 +687,14 @@ 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 Ada, C, C++, Objective-C, COBOL
-(GCC 15 and later), D (GCC 9 and later), Fortran, Go, and Modula-2
-(GCC 13 and later) compilers, as well as runtime libraries for C++,
-Objective-C, COBOL, 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 language front end and
-the language runtime (where appropriate).
+(GCC 15 and later), D (GCC 9 and later), Fortran, Go, Modula-2 (GCC 13
+and later) and Algol 68 (GCC 16 and later, experimental) compilers, as
+well as runtime libraries for C++, Objective-C, COBOL, Fortran and
+Algol 68.  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 language front end and the language
+runtime (where appropriate).
 
 If you also intend to build binutils (either to upgrade an existing
 installation or for use in place of the corresponding tools of your