diff options
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index b2aef8a..6801456 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -1235,7 +1235,7 @@ setup_vtbl_ptr () add_tree (ctor_stmt); /* And actually initialize the base-classes and members. */ - finish_expr_stmt (emit_base_init (current_class_type)); + emit_base_init (current_class_type); } } else if (DECL_DESTRUCTOR_P (current_function_decl) |