OSDN Git Service

* cp-tree.h: Update declarations.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Dec 2000 18:16:47 +0000 (18:16 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Dec 2000 18:16:47 +0000 (18:16 +0000)
commit4aa0811f0a5c4054e1eb9a9649e781cde6b9018c
treea5fdec6cc19e15989fad37d4eb8abfb04dcf9da7
parentd6141c0ca920b76a6c3295041c35545e3b5ebb1b
    * cp-tree.h: Update declarations.
        * decl.c (finish_case_label): Return the new stmt node.
        * semantics.c (finish_goto_stmt): Likewise.
        (finish_expr_stmt, finish_return_stmt): Likewise.
        (finish_break_stmt, finish_continue_stmt): Likewise.
        (finish_asm_stmt): Likewise.
        * parse.y (already_scoped_stmt): Set STMT_LINENO.
        (compstmt, implicitly_scoped_stmt, stmt): Likewise.
        (simple_if, simple_stmt): Return the new stmt node.
        (save_lineno): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38401 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/parse.y
gcc/cp/semantics.c