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
ee81147e
Commit
ee81147e
authored
Oct 08, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 08, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pt.c, search.c: Fix comment typos.
From-SVN: r88749
parent
646544e3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/cp/ChangeLog
+4
-0
gcc/cp/pt.c
+2
-2
gcc/cp/search.c
+2
-2
No files found.
gcc/cp/ChangeLog
View file @
ee81147e
2004-10-08 Kazu Hirata <kazu@cs.umass.edu>
* pt.c, search.c: Fix comment typos.
2004-10-08 Nathan Sidwell <nathan@codesourcery.com>
* cp-tree.h (dfs_walk, dfs_walk_real, dfs_unmark, markedp,
...
...
gcc/cp/pt.c
View file @
ee81147e
...
...
@@ -762,7 +762,7 @@ maybe_process_partial_specialization (tree type)
error
(
"explicit specialization of non-template %qT"
,
type
);
}
/* Returns onzero if we can optimize the retrieval of specializations
/* Returns
n
onzero if we can optimize the retrieval of specializations
for TMPL, a TEMPLATE_DECL. In particular, for such a template, we
do not use DECL_TEMPLATE_SPECIALIZATIONS at all. */
...
...
@@ -2417,7 +2417,7 @@ current_template_args (void)
/* Return a TEMPLATE_DECL corresponding to DECL, using the indicated
template PARMS. If MEMBER_TEMPLATE_P is true, the new template is
a me
bm
er template. Used by push_template_decl below. */
a me
mb
er template. Used by push_template_decl below. */
static
tree
build_template_decl
(
tree
decl
,
tree
parms
,
bool
member_template_p
)
...
...
gcc/cp/search.c
View file @
ee81147e
...
...
@@ -937,7 +937,7 @@ accessible_p (tree type, tree decl)
encounter the same binfo twice. */
else
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
;
...
...
@@ -1653,7 +1653,7 @@ dfs_walk_once (tree binfo, tree (*pre_fn) (tree, void *),
rval
=
dfs_walk_once_r
(
binfo
,
pre_fn
,
post_fn
,
data
);
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