aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2015-12-16 21:45:14 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2015-12-16 21:45:14 +0000
commit6cb6583c5ff97ef55e49a07d0367e8445e494dec (patch)
tree79685128dcd20d3b106a4f2f594ee8abd8bc7df7 /gcc/cp/cp-tree.h
parentf95ff97f09eefe4ce1746b56c150d2c9562ce518 (diff)
downloadgcc-6cb6583c5ff97ef55e49a07d0367e8445e494dec.zip
gcc-6cb6583c5ff97ef55e49a07d0367e8445e494dec.tar.gz
gcc-6cb6583c5ff97ef55e49a07d0367e8445e494dec.tar.bz2
pt.c (comp_template_args): Remove.
2015-12-16 Paolo Carlini <paolo.carlini@oracle.com> * pt.c (comp_template_args): Remove. (comp_template_args_with_info): Rename to comp_template_args; not static. (add_pending_template): Adjust call. * cp-tree.h (comp_template_args): Add default arguments. From-SVN: r231723
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r--gcc/cp/cp-tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index d5e3acd..058324f 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -6115,7 +6115,8 @@ extern int template_class_depth (tree);
extern int is_specialization_of (tree, tree);
extern bool is_specialization_of_friend (tree, tree);
extern tree get_pattern_parm (tree, tree);
-extern int comp_template_args (tree, tree);
+extern int comp_template_args (tree, tree, tree * = NULL,
+ tree * = NULL);
extern tree maybe_process_partial_specialization (tree);
extern tree most_specialized_instantiation (tree);
extern void print_candidates (tree);