Spelling fix

From-SVN: r244568
This commit is contained in:
Markus Trippelsdorf 2017-01-18 08:54:33 +00:00 committed by Markus Trippelsdorf
parent 4bbc35f33f
commit 7107b50211
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
* doc/invoke.texi (fabi-version): Spelling fix.
2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
PR c++/70182

View File

@ -2254,7 +2254,7 @@ attributes (e.g. @samp{stdcall}).
Version 11, which first appeared in G++ 7, corrects the mangling of
sizeof... expressions and operator names. For multiple entities with
the same name within a function, that are declared in different scopes,
the mangling now changes starting with the eighth occurence. It also
the mangling now changes starting with the eighth occurrence. It also
implies @option{-fnew-inheriting-ctors}.
See also @option{-Wabi}.