On 5/21/26 2:37 AM, Gerald Pfeifer wrote:
A user pointed this out. Okay?

OK.

Gerald


gcc:
        * doc/install.texi (Prerequisites): The C++ front end also does
        not use extensions.
---
  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 e96c32d7099..b226b2e9da1 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

Reply via email to