diff options
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r-- | gcc/cp/pt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 33a8bf4..baabcb1 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -5021,6 +5021,7 @@ template arguments to %qD do not match original template %qD", } if (flag_implicit_templates + && !is_friend && VAR_OR_FUNCTION_DECL_P (decl)) /* Set DECL_COMDAT on template instantiations; if we force them to be emitted by explicit instantiation or -frepo, |