Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
0430641b
Commit
0430641b
authored
Dec 29, 1999
by
Mark Mitchell
Committed by
Mark Mitchell
Dec 29, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h (BINFO_BASETYPES): Improve documentation.
From-SVN: r31113
parent
c62e45ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
gcc/ChangeLog
+4
-0
gcc/tree.h
+5
-4
No files found.
gcc/ChangeLog
View file @
0430641b
1999
-
12
-
28
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
tree
.
h
(
BINFO_BASETYPES
)
:
Improve
documentation
.
1999
-
12
-
28
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
configure
.
in
(
--
enable
-
checking
)
:
Use
a
more
portable
`
for
'
...
...
gcc/tree.h
View file @
0430641b
...
...
@@ -1004,11 +1004,12 @@ struct tree_type
#define BINFO_VIRTUALS(NODE) TREE_VEC_ELT ((NODE), 3)
#define TYPE_BINFO_VIRTUALS(NODE) BINFO_VIRTUALS (TYPE_BINFO (NODE))
/* A vector of additional binfos for the types inherited by this basetype.
/* A vector of binfos for the direct basetypes inherited by this
basetype.
If this basetype describes type D as inherited in C,
and if the basetypes of D are E anf F,
then this vector contains binfos for
inheritance of E and F by C.
If this basetype describes type D as inherited in C,
and if the
basetypes of D are E and F, then this vector contains binfos for
inheritance of E and F by C.
??? This could probably be done by just allocating the
base types at the end of this TREE_VEC (instead of using
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment