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
293c28ee
Commit
293c28ee
authored
Feb 19, 2002
by
Gaute B Strokkenes
Committed by
Gerald Pfeifer
Feb 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
From-SVN: r49881
parent
0cb6c58d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/doc/c-tree.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
293c28ee
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
...
...
gcc/doc/c-tree.texi
View file @
293c28ee
...
...
@@ -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_B
INFO
(
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
}
).
...
...
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