diff options
author | Jason Merrill <jason@redhat.com> | 2025-02-25 15:13:34 -0500 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2025-02-25 15:18:38 -0500 |
commit | dc9db8007519a3240ebf66262be8baba87a98e20 (patch) | |
tree | 423fae65dae4fffd3948555605f556afbc155de5 /gcc | |
parent | 2341f675edadd6370147d2bc55ca7761a7ecfaa1 (diff) | |
download | gcc-dc9db8007519a3240ebf66262be8baba87a98e20.zip gcc-dc9db8007519a3240ebf66262be8baba87a98e20.tar.gz gcc-dc9db8007519a3240ebf66262be8baba87a98e20.tar.bz2 |
doc: update C++98 bootstrap note
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 29de320..bc5263e 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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. |