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
ccb14335
Commit
ccb14335
authored
Jul 12, 2004
by
Nathan Sidwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missed in previous commit
From-SVN: r84563
parent
cad7e87b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
gcc/cp/name-lookup.c
+7
-6
No files found.
gcc/cp/name-lookup.c
View file @
ccb14335
...
...
@@ -4356,12 +4356,13 @@ arg_assoc_class (struct arg_lookup *k, tree type)
context
=
decl_namespace
(
TYPE_MAIN_DECL
(
type
));
if
(
arg_assoc_namespace
(
k
,
context
))
return
true
;
/* Process baseclasses. */
for
(
i
=
0
;
i
<
BINFO_N_BASE_BINFOS
(
TYPE_BINFO
(
type
));
i
++
)
if
(
arg_assoc_class
(
k
,
BINFO_TYPE
(
BINFO_BASE_BINFO
(
TYPE_BINFO
(
type
),
i
))))
return
true
;
if
(
TYPE_BINFO
(
type
))
/* Process baseclasses. */
for
(
i
=
0
;
i
<
BINFO_N_BASE_BINFOS
(
TYPE_BINFO
(
type
));
i
++
)
if
(
arg_assoc_class
(
k
,
BINFO_TYPE
(
BINFO_BASE_BINFO
(
TYPE_BINFO
(
type
),
i
))))
return
true
;
/* Process friends. */
for
(
list
=
DECL_FRIENDLIST
(
TYPE_MAIN_DECL
(
type
));
list
;
...
...
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