Skip to content
Snippets Groups Projects
Commit dc9db800 authored by Jason Merrill's avatar Jason Merrill
Browse files

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.
parent 2341f675
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,7 @@ Necessary to bootstrap GCC. GCC 5.4 or newer has sufficient support ...@@ -227,7 +227,7 @@ Necessary to bootstrap GCC. GCC 5.4 or newer has sufficient support
for used C++14 features. for used C++14 features.
Versions of GCC prior to 15 allow bootstrapping with an ISO C++11 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 compiler, and versions prior to 4.8 allow bootstrapping with an ISO
C89 compiler. C89 compiler.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment