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
d740dbe7
Commit
d740dbe7
authored
Oct 12, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 12, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* search.c: Fix comment typos.
From-SVN: r88927
parent
2abb138b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/cp/ChangeLog
+4
-0
gcc/cp/search.c
+2
-2
No files found.
gcc/cp/ChangeLog
View file @
d740dbe7
2004-10-12 Kazu Hirata <kazu@cs.umass.edu>
* search.c: Fix comment typos.
2004-10-11 Mark Mitchell <mark@codesourcery.com>
PR c++/15786
...
...
gcc/cp/search.c
View file @
d740dbe7
...
...
@@ -286,7 +286,7 @@ struct dcast_data_s
derived. */
tree
offset
;
/* Best hint offset discovered so far. */
bool
repeated_base
;
/* Whether there are repeated bases in the
h
ei
rarchy. */
h
ie
rarchy. */
};
/* Worker for dcast_base_hint. Search for the base type being cast
...
...
@@ -1722,7 +1722,7 @@ dfs_walk_once_accessible (tree binfo, bool friends_p,
{
if
(
!
BINFO_INHERITANCE_CHAIN
(
binfo
))
{
/* We are at the top of the hierachy, and can use the
/* We are at the top of the hiera
r
chy, and can use the
CLASSTYPE_VBASECLASSES list for unmarking the virtual
bases. */
VEC
(
tree
)
*
vbases
;
...
...
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