From: Gerald Pfeifer Date: Wed, 20 May 2026 12:04:27 +0000 (+0200) Subject: install: The C++ front end does not use extensions X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c8f6cc6cf0b6c63ecb3f82cf988c8fe28e12e63;p=thirdparty%2Fgcc.git install: The C++ front end does not use extensions gcc: * doc/install.texi (Prerequisites): The C++ front end also does not use extensions. --- diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 84eafdb7f24..32b0f1cce6b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -238,7 +238,7 @@ compiler, and was also the version that declared C++17 support stable. To build all languages in a cross-compiler or other configuration where 3-stage bootstrap is not performed, you need to start with an existing GCC binary (of a new enough version) because source code for language -frontends other than C might use GCC extensions. +frontends other than C and C++ might use GCC extensions. @item C standard library and headers