Re: [pushed] doc: update C++98 bootstrap note

2025-02-26 Thread Richard Biener
On Tue, Feb 25, 2025 at 9:19 PM Jason Merrill wrote: > > r10-11132 uses C++11 default member initializers, which breaks bootstrapping > with a C++98 compiler. It's probably more interesting to add a note to gcc-10/changes.html as caveat for the 10.5 minor release. > gcc/ChangeLog: > > *

[pushed] doc: update C++98 bootstrap note

2025-02-25 Thread Jason Merrill
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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/install.texi b/gcc/