Commit 7107b502 by Markus Trippelsdorf Committed by Markus Trippelsdorf

Spelling fix

From-SVN: r244568
parent 4bbc35f3
2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de> 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 PR c++/70182
* doc/invoke.texi (fabi-version): Mention mangling fix for * doc/invoke.texi (fabi-version): Mention mangling fix for
operator names. operator names.
......
...@@ -2254,7 +2254,7 @@ attributes (e.g. @samp{stdcall}). ...@@ -2254,7 +2254,7 @@ attributes (e.g. @samp{stdcall}).
Version 11, which first appeared in G++ 7, corrects the mangling of Version 11, which first appeared in G++ 7, corrects the mangling of
sizeof... expressions and operator names. For multiple entities with sizeof... expressions and operator names. For multiple entities with
the same name within a function, that are declared in different scopes, 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}. implies @option{-fnew-inheriting-ctors}.
See also @option{-Wabi}. See also @option{-Wabi}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment