aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1998-07-27 17:03:39 +0000
committerJason Merrill <jason@gcc.gnu.org>1998-07-27 13:03:39 -0400
commit66c2127e182e291722c01a8648a2fc6855743550 (patch)
treeecd34c15e4bff8577c8a7272bd686910aad251a3 /gcc/cp/call.c
parent92ac31f12b1eabf119300ac67f31480fa04f8677 (diff)
downloadgcc-66c2127e182e291722c01a8648a2fc6855743550.zip
gcc-66c2127e182e291722c01a8648a2fc6855743550.tar.gz
gcc-66c2127e182e291722c01a8648a2fc6855743550.tar.bz2
* call.c (build_over_call): Pass 1 to popclass.
From-SVN: r21418
Diffstat (limited to 'gcc/cp/call.c')
-rw-r--r--gcc/cp/call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c
index 936dcb6..e65898e 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),