https://gcc.gnu.org/g:4c8f6cc6cf0b6c63ecb3f82cf988c8fe28e12e63
commit r17-655-g4c8f6cc6cf0b6c63ecb3f82cf988c8fe28e12e63 Author: Gerald Pfeifer <[email protected]> Date: Wed May 20 14:04:27 2026 +0200 install: The C++ front end does not use extensions gcc: * doc/install.texi (Prerequisites): The C++ front end also does not use extensions. Diff: --- gcc/doc/install.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 84eafdb7f24f..32b0f1cce6be 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
