]> git.ipfire.org Git - thirdparty/gcc.git/commit
cp-tree.h: Update declarations.
authorRichard Henderson <rth@redhat.com>
Wed, 20 Dec 2000 18:16:47 +0000 (10:16 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 20 Dec 2000 18:16:47 +0000 (10:16 -0800)
commit3e4d04a1bad107f85a9e48e2f9df9ed672b0ab16
treea5fdec6cc19e15989fad37d4eb8abfb04dcf9da7
parent18e720b324e90c02d4631174885b66f67d8014f2
cp-tree.h: Update declarations.

        * 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.

From-SVN: r38401
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/parse.y
gcc/cp/semantics.c