--- htdocs/frontends.html | 7 ++----- htdocs/gcc-16/criteria.html | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/htdocs/frontends.html b/htdocs/frontends.html index 25ee438e..f9c8fe47 100644 --- a/htdocs/frontends.html +++ b/htdocs/frontends.html @@ -11,8 +11,8 @@ <h1>GCC Front Ends</h1> <p>Currently the main GCC distribution contains front ends for C, C++, -Objective-C, Objective-C++, Fortran, Ada, Go, D, Modula-2, Rust, and -COBOL.</p> +Objective-C, Objective-C++, Fortran, Ada, Go, D, Modula-2, Rust, +COBOL, and Algol 68.</p> <p>There are several more front ends for different languages that have been written for GCC but not yet integrated into the main distribution @@ -55,9 +55,6 @@ GCC front end for the PL/I language.</li> (GCC UPC) is a compilation and execution environment for Unified Parallel C.</li> -<li><a href="https://forge.sourceware.org/gcc/gcc-a68">gcc-a68</a> is a -GCC front-end for the Algol 68 language.</li> - </ul> </body> diff --git a/htdocs/gcc-16/criteria.html b/htdocs/gcc-16/criteria.html index ad42ad98..77768f6c 100644 --- a/htdocs/gcc-16/criteria.html +++ b/htdocs/gcc-16/criteria.html @@ -35,7 +35,7 @@ then that criterion may be abandoned.</p> <h1>Languages</h1> -<p>GCC supports several programming languages, including Ada, C, C++, +<p>GCC supports several programming languages, including Ada, Algol 68, C, C++, COBOL, D, Fortran, Go, Modula-2, Objective-C, Objective-C++, and Rust. For the purposes of making releases, however, we will consider primarily C and C++, as those are the -- 2.43.0
