diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 6583d4c..90a0673 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -10003,6 +10003,7 @@ cp_parser_statement (cp_parser* parser, tree in_statement_expr, Parse the label, and then use tail recursion to parse the statement. */ cp_parser_label_for_labeled_statement (parser, std_attrs); + in_compound = false; goto restart; case RID_IF: @@ -10100,6 +10101,7 @@ cp_parser_statement (cp_parser* parser, tree in_statement_expr, the statement. */ cp_parser_label_for_labeled_statement (parser, std_attrs); + in_compound = false; goto restart; } } |