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
2be678ff
Commit
2be678ff
authored
Dec 14, 2000
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment
From-SVN: r38258
parent
7dfa399d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
gcc/cp/pt.c
+3
-0
No files found.
gcc/cp/pt.c
View file @
2be678ff
...
...
@@ -5788,6 +5788,9 @@ tsubst_decl (t, args, type, in_decl)
maybe_retrofit_in_chrg
(
r
);
if
(
DECL_CONSTRUCTOR_P
(
r
))
grok_ctor_properties
(
ctx
,
r
);
/* If this is an instantiation of a member template, clone it.
If it isn't, that'll be handled by
clone_constructors_and_destructors. */
if
(
PRIMARY_TEMPLATE_P
(
gen_tmpl
))
clone_function_decl
(
r
,
/*update_method_vec_p=*/
0
);
}
...
...
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