mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 19:59:58 +08:00
* doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
From-SVN: r49881
This commit is contained in:
parent
0cb6c58daa
commit
293c28eedb
@ -1,3 +1,7 @@
|
||||
2002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk>
|
||||
|
||||
* doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
|
||||
|
||||
2002-02-19 Philip Blundell <pb@nexus.co.uk>
|
||||
|
||||
PR 5399
|
||||
|
@ -760,8 +760,8 @@ binfo is given by @code{BINFO_TYPE}. It is always the case that
|
||||
qualifiers. However, it is not always the case that @code{TYPE_BINFO
|
||||
(BINFO_TYPE (y))} is always the same binfo as @code{y}. The reason is
|
||||
that if @code{y} is a binfo representing a base-class @code{B} of a
|
||||
derived class @code{D}, then @code{BINFO_TYPE (y)} will be @code{B}, and
|
||||
@code{TYPE_INFO (BINFO_TYPE (y))} will be @code{B} as its own
|
||||
derived class @code{D}, then @code{BINFO_TYPE (y)} will be @code{B},
|
||||
and @code{TYPE_BINFO (BINFO_TYPE (y))} will be @code{B} as its own
|
||||
base-class, rather than as a base-class of @code{D}.
|
||||
|
||||
The @code{BINFO_BASETYPES} is a @code{TREE_VEC} (@pxref{Containers}).
|
||||
|
Loading…
Reference in New Issue
Block a user