On 2017.01.18 at 09:55 +0100, Markus Trippelsdorf wrote:
> index cac3d8bc65e9..767c8f42fee9 100644
> --- a/gcc/doc/invoke.texi
> +++ b/gcc/doc/invoke.texi
> @@ -2252,7 +2252,9 @@ attributes that affect type identity, such as ia32 
> calling convention
>  attributes (e.g. @samp{stdcall}).
>  
>  Version 11, which first appeared in G++ 7, corrects the mangling of
> -sizeof... expressions.  It also implies
> +sizeof... expressions.  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 implies
>  @option{-fnew-inheriting-ctors}.
>  
>  See also @option{-Wabi}.

Sorry, this should of course read "twelfth occurrence". I have fixed it.

-- 
Markus

Reply via email to