]> gcc.gnu.org Git - gcc.git/commit
c-common.def (CASE_LABEL): Remove.
authorRichard Henderson <rth@redhat.com>
Wed, 16 Jun 2004 20:51:46 +0000 (13:51 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 16 Jun 2004 20:51:46 +0000 (13:51 -0700)
commit8c16199578ee7b0bcc94a807373569055678d042
tree7b0b73a938871fa1fd05c489701fd9f585e29abb
parente130a54b78b1f9b096a5ab1b98debfb263e16663
c-common.def (CASE_LABEL): Remove.

        * c-common.def (CASE_LABEL): Remove.
        * c-common.c (c_add_case_label): Use CASE_LABEL, not CASE_LABEL_DECL.
        (match_case_to_enum_1): Likewise.
        * c-common.h (c_common_stmt_codes): Remove CASE_LABEL.
        * c-dump.c (c_dump_tree): Likewise.
        * c-gimplify.c (c_gimplify_stmt): Likewise.
        * c-pretty-print.c (pp_c_statement): Likewise.
        * c-semantics.c (build_case_label): Use CASE_LABEL_EXPR.
        * tree.h (CASE_LOW): Update commentary.
cp/
        * parser.c (cp_parser_labeled_statement): Update commentary.
        * pt.c (tsubst_expr): Use CASE_LABEL_EXPR.
        * tree.c (mark_local_for_remap_r): Likewise.

From-SVN: r83261
13 files changed:
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.def
gcc/c-common.h
gcc/c-dump.c
gcc/c-gimplify.c
gcc/c-pretty-print.c
gcc/c-semantics.c
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/tree.c
gcc/tree.h
This page took 0.058413 seconds and 5 git commands to generate.