From: Markus Trippelsdorf Date: Wed, 18 Jan 2017 09:58:33 +0000 (+0000) Subject: Fix number of occurrences. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01f9d481c5f6f37fcdab7212318f7a2e35591404;p=gcc.git Fix number of occurrences. From-SVN: r244569 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1d09a39f91b..3bd4acb220d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-01-18 Markus Trippelsdorf + + * doc/invoke.texi (fabi-version): Correct number of occurrences. + 2017-01-18 Markus Trippelsdorf * doc/invoke.texi (fabi-version): Spelling fix. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 16657759a37..82cb1b5751f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 occurrence. It also +the mangling now changes starting with the twelfth occurrence. It also implies @option{-fnew-inheriting-ctors}. See also @option{-Wabi}.