]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c/c-typeck.c
c-common.def (ASM_STMT): Remove.
authorRichard Henderson <rth@redhat.com>
Wed, 16 Jun 2004 20:23:02 +0000 (13:23 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 16 Jun 2004 20:23:02 +0000 (13:23 -0700)
commite130a54b78b1f9b096a5ab1b98debfb263e16663
tree6cad84a65bce84ea2e0619cc63bbdd0ee3caef9c
parent9e14e18fd124e651f079728315e40a16288863b6
c-common.def (ASM_STMT): Remove.

        * c-common.def (ASM_STMT): Remove.
        * c-common.h (c_common_stmt_codes): Remove ASM_STMT.
        * c-dump.c (c_dump_tree): Likewise.
        * c-gimplify.c (c_gimplify_stmt): Likewise.
        * c-pretty-print.c (pp_c_statement): Likewise.
        * c-typeck.c (build_asm_expr): Use ASM_EXPR.
        * tree.h: Fix commentary.
cp/
        * parser.c (cp_parser_asm_definition): Update commentary.
        * pt.c (tsubst_expr): Use ASM_EXPR.
        * semantics.c (finish_asm_stmt): Likewise.

From-SVN: r83260
12 files changed:
gcc/ChangeLog
gcc/c-common.def
gcc/c-common.h
gcc/c-dump.c
gcc/c-gimplify.c
gcc/c-pretty-print.c
gcc/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/tree.h