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 f8d39bf..066f675 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -140,7 +140,7 @@ do_poplevel () if (stmts_are_full_exprs_p ()) { - tree scope_stmts; + tree scope_stmts = NULL_TREE; if (!processing_template_decl) scope_stmts = add_scope_stmt (/*begin_p=*/0, /*partial_p=*/0); |