Fix number of occurrences.
authorMarkus Trippelsdorf <markus@trippelsdorf.de>
Wed, 18 Jan 2017 09:58:33 +0000 (09:58 +0000)
committerMarkus Trippelsdorf <trippels@gcc.gnu.org>
Wed, 18 Jan 2017 09:58:33 +0000 (09:58 +0000)
From-SVN: r244569

gcc/ChangeLog
gcc/doc/invoke.texi

index 1d09a39f91bd9a9c4e940e90e8646824d8ba12b8..3bd4acb220d91a82999cc7529e7f06b7102b3509 100644 (file)
@@ -1,3 +1,7 @@
+2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
+
+       * doc/invoke.texi (fabi-version): Correct number of occurrences.
+
 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
 
        * doc/invoke.texi (fabi-version): Spelling fix.
index 16657759a372f16418d493fc7ca08c0ec19e7e89..82cb1b5751feda4d331cf8efe130cbac2ba8d62f 100644 (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 occurrence.  It also
+the mangling now changes starting with the twelfth occurrence.  It also
 implies @option{-fnew-inheriting-ctors}.
 
 See also @option{-Wabi}.