projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bc7be5
)
disable
author
Jason Merrill
<jason@gcc.gnu.org>
Fri, 13 Feb 1998 17:53:55 +0000
(12:53 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Fri, 13 Feb 1998 17:53:55 +0000
(12:53 -0500)
From-SVN: r17972
gcc/cp/pt.c
patch
|
blob
|
history
diff --git
a/gcc/cp/pt.c
b/gcc/cp/pt.c
index 8d15cb009de631ea678a825997dc6435693bbb64..a96b534fb7c09471445f22c0a59ef7c587909ca1 100644
(file)
--- 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);