OSDN Git Service

PR c++/29087
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Sep 2006 15:32:43 +0000 (15:32 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Sep 2006 15:32:43 +0000 (15:32 +0000)
        * parser.c (cp_parser_labeled_statement): Return nothing.  Do
        not take in_statement_expr and in_compound as arguments.  Rename
        to cp_parser_label_for_labeled_statement.  Parse only the label,
        not the statement.
        (cp_parser_statement): Parse the statement of a labeled-statement
        from here, using tail recursion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117026 138bc75d-0d04-0410-961f-82ee72b054a4


No differences found