aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2016-01-28 10:45:44 -0500
committerJason Merrill <jason@gcc.gnu.org>2016-01-28 10:45:44 -0500
commit9925bb881f7e5770121ae7ba42f0eb73607666d3 (patch)
tree15736906db756d014343ffcbeb06da57b331d79e /gcc/doc
parent6dfeb7ceac74b61cb71b0c39dc3b02897aeb7087 (diff)
downloadgcc-9925bb881f7e5770121ae7ba42f0eb73607666d3.zip
gcc-9925bb881f7e5770121ae7ba42f0eb73607666d3.tar.gz
gcc-9925bb881f7e5770121ae7ba42f0eb73607666d3.tar.bz2
* tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
From-SVN: r232931
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/generic.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi
index 5378793..ca63984 100644
--- a/gcc/doc/generic.texi
+++ b/gcc/doc/generic.texi
@@ -2889,9 +2889,8 @@ or @code{access_protected_node}. If bases are always public,
@code{BINFO_BASE_ACCESSES} may be @code{NULL}.
@code{BINFO_VIRTUAL_P} is used to specify whether the binfo is inherited
-virtually or not. The other flags, @code{BINFO_MARKED_P} and
-@code{BINFO_FLAG_1} to @code{BINFO_FLAG_6} can be used for language
-specific use.
+virtually or not. The other flags, @code{BINFO_FLAG_0} to
+@code{BINFO_FLAG_6}, can be used for language specific use.
The following macros can be used on a tree node representing a class-type.