aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/decl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/decl.cc b/gcc/cp/decl.cc
index b10a72a..2e57029 100644
--- a/gcc/cp/decl.cc
+++ b/gcc/cp/decl.cc
@@ -13743,6 +13743,7 @@ grokdeclarator (const cp_declarator *declarator,
"destructors may not have parameters");
arg_types = void_list_node;
parms = NULL_TREE;
+ is_xobj_member_function = false;
}
type = build_function_type (type, arg_types);