From 66c2127e182e291722c01a8648a2fc6855743550 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 27 Jul 1998 17:03:39 +0000 Subject: [PATCH] * call.c (build_over_call): Pass 1 to popclass. From-SVN: r21418 --- gcc/cp/ChangeLog | 2 ++ gcc/cp/call.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 254e5e99eda2..f3f62629a559 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ 1998-07-27 Jason Merrill + * call.c (build_over_call): Pass 1 to popclass. + * parse.y (direct_notype_declarator): Add precedence declaration to notype_unqualified_id case. diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 936dcb617a68..e65898eaf7d9 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -3372,7 +3372,7 @@ build_over_call (cand, args, flags) arg = tsubst_expr (arg, DECL_TI_ARGS (fn), NULL_TREE); if (DECL_CLASS_SCOPE_P (fn)) - popclass (0); + popclass (1); } converted_args = expr_tree_cons (NULL_TREE, convert_default_arg (TREE_VALUE (parm), arg), -- 2.43.5