From bfd5e22089277cfde6de2eee08a844c6476a5bee Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 13 Feb 1998 12:53:55 -0500 Subject: [PATCH] disable From-SVN: r17972 --- gcc/cp/pt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 8d15cb009de..a96b534fb7c 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -520,7 +520,7 @@ determine_specialization (template_id, decl, targs_out, else if (TREE_CODE (fn) != TEMPLATE_DECL || (need_member_template && !is_member_template (fn))) { - if (decls_match (decl, fn)) + if (decls_match (decl, fn) && 0) { cp_error ("`template <>' applied to non-specialization `%D'", fn); -- 2.30.2