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
66c2127e
Commit
66c2127e
authored
Jul 27, 1998
by
Jason Merrill
Committed by
Jason Merrill
Jul 27, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* call.c (build_over_call): Pass 1 to popclass.
From-SVN: r21418
parent
92ac31f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/cp/ChangeLog
+2
-0
gcc/cp/call.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
66c2127e
1998-07-27 Jason Merrill <jason@yorick.cygnus.com>
* call.c (build_over_call): Pass 1 to popclass.
* parse.y (direct_notype_declarator): Add precedence declaration
to notype_unqualified_id case.
...
...
gcc/cp/call.c
View file @
66c2127e
...
...
@@ -3372,7 +3372,7 @@ build_over_call (cand, args, flags)
arg
=
tsubst_expr
(
arg
,
DECL_TI_ARGS
(
fn
),
NULL_TREE
);
if
(
DECL_CLASS_SCOPE_P
(
fn
))
popclass
(
0
);
popclass
(
1
);
}
converted_args
=
expr_tree_cons
(
NULL_TREE
,
convert_default_arg
(
TREE_VALUE
(
parm
),
arg
),
...
...
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