diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-17 06:42:12 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-17 06:42:12 +0000 |
commit | bd356bb6d247b18723734d4d1d0b32191cfb1a9a (patch) | |
tree | 1882cabb94561f964beaa242d722700c4239ab25 /gcc/doc/generic.texi | |
parent | c8aed844acdc89884d630c7e3266ecd8d4101847 (diff) | |
download | gcc-bd356bb6d247b18723734d4d1d0b32191cfb1a9a.tar.gz |
2016-04-17 Basile Starynkevitch <basile@starynkevitch.net>
{{merging with even more of GCC 6, using subversion 1.9
svn merge -r232606:233050 ^/trunk
}}
[gcc/]
2016-04-17 Basile Starynkevitch <basile@starynkevitch.net>
* melt/libmelt-ana-gimple.melt:
(gimple_transaction): Use gimple_transaction_label_norm.
Not sure that (gccif "6." ...) does what it should...
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@235078 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/generic.texi')
-rw-r--r-- | gcc/doc/generic.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index 5378793b41c..ca6398467ea 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. |