]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: update C++98 bootstrap note
authorJason Merrill <jason@redhat.com>
Tue, 25 Feb 2025 20:13:34 +0000 (15:13 -0500)
committerJason Merrill <jason@redhat.com>
Tue, 25 Feb 2025 20:18:38 +0000 (15:18 -0500)
r10-11132 uses C++11 default member initializers, which breaks bootstrapping
with a C++98 compiler.

gcc/ChangeLog:

* doc/install.texi: 10.5 won't bootstrap with C++98.

gcc/doc/install.texi

index 29de3200ae889316e5f3c2b637daf8884a082783..bc5263e534873f528e3a98179c19ed7cde754dc9 100644 (file)
@@ -227,7 +227,7 @@ Necessary to bootstrap GCC.  GCC 5.4 or newer has sufficient support
 for used C++14 features.
 
 Versions of GCC prior to 15 allow bootstrapping with an ISO C++11
-compiler, versions prior to 11 allow bootstrapping with an ISO C++98
+compiler, versions prior to 10.5 allow bootstrapping with an ISO C++98
 compiler, and versions prior to 4.8 allow bootstrapping with an ISO
 C89 compiler.