aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/cp/method.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/cp/method.c')
-rw-r--r--gcc-4.9/gcc/cp/method.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/cp/method.c b/gcc-4.9/gcc/cp/method.c
index 5365b669c..9db214405 100644
--- a/gcc-4.9/gcc/cp/method.c
+++ b/gcc-4.9/gcc/cp/method.c
@@ -1775,6 +1775,7 @@ implicitly_declare_fn (special_function_kind kind, tree type,
DECL_EXTERNAL (fn) = true;
DECL_NOT_REALLY_EXTERN (fn) = 1;
DECL_DECLARED_INLINE_P (fn) = 1;
+ note_comdat_fn (fn);
gcc_assert (!TREE_USED (fn));
/* Restore PROCESSING_TEMPLATE_DECL. */