diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 428762c..4d4561c 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -5721,7 +5721,7 @@ cp_parser_statement (cp_parser* parser, tree in_statement_expr) case constant-expression ... constant-expression : statement Returns the new CASE_LABEL, for a `case' or `default' label. For - an ordinary label, returns a LABEL_STMT. */ + an ordinary label, returns a LABEL_EXPR. */ static tree cp_parser_labeled_statement (cp_parser* parser, tree in_statement_expr) @@ -6241,8 +6241,7 @@ cp_parser_for_init_statement (cp_parser* parser) jump-statement: goto * expression ; - Returns the new BREAK_STMT, CONTINUE_STMT, RETURN_STMT, or - GOTO_STMT. */ + Returns the new BREAK_STMT, CONTINUE_STMT, RETURN_STMT, or GOTO_EXPR. */ static tree cp_parser_jump_statement (cp_parser* parser) |