aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r--gcc/c-parse.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in
index 9e776fa3e21..b89c19d80b6 100644
--- a/gcc/c-parse.in
+++ b/gcc/c-parse.in
@@ -2123,6 +2123,7 @@ compstmt_primary_start:
keep_next_level ();
compstmt_count++;
$$ = add_stmt (build_stmt (COMPOUND_STMT, last_tree));
+ last_expr_type = NULL_TREE;
}
;