aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2012-11-14 20:53:37 -0500
committerJason Merrill <jason@gcc.gnu.org>2012-11-14 20:53:37 -0500
commitd3061adb7fc27794f434d688e72669f45097ae82 (patch)
treeed887803eac4ff793a67dab2e4942a835b9efc88 /gcc/doc
parent4fce678f8afd3d667becf67576b7d88d07670805 (diff)
downloadgcc-d3061adb7fc27794f434d688e72669f45097ae82.zip
gcc-d3061adb7fc27794f434d688e72669f45097ae82.tar.gz
gcc-d3061adb7fc27794f434d688e72669f45097ae82.tar.bz2
class.c (finish_struct_1): Check virtual functions for missing ABI tags.
* class.c (finish_struct_1): Check virtual functions for missing ABI tags. From-SVN: r193525
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 25dd685..43b21c6 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -15622,7 +15622,7 @@ A redeclaration of a function or class must not add new ABI tags,
since doing so would change the mangled name.
The @option{-Wabi-tag} flag enables a warning about a class which does
-not have all the ABI tags used by its subobjects; for users with code
+not have all the ABI tags used by its subobjects and virtual functions; for users with code
that needs to coexist with an earlier ABI, using this option can help
to find all affected types that need to be tagged.