projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dfa399
)
comment
author
Jason Merrill
<jason@gcc.gnu.org>
Thu, 14 Dec 2000 19:31:49 +0000
(14:31 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Thu, 14 Dec 2000 19:31:49 +0000
(14:31 -0500)
From-SVN: r38258
gcc/cp/pt.c
patch
|
blob
|
history
diff --git
a/gcc/cp/pt.c
b/gcc/cp/pt.c
index 87d4195b3175da953e435beca08f0cfdad497a58..a4463ebe48b3705852ac5719c75736022d5fda82 100644
(file)
--- a/
gcc/cp/pt.c
+++ b/
gcc/cp/pt.c
@@
-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);
}