* stmt.c (resolve_asm_operand_names): Call check_unique_operand_names
commitd7e389944a2032e07b4f8c321b04b4f8a354b69a
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Oct 2003 05:44:57 +0000 (9 05:44 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Oct 2003 05:44:57 +0000 (9 05:44 +0000)
tree4afd5b15eb7fe41b0e949cd004d55cb26834adbf
parentad383c6cf41bbd6d0bf966fe32f4ab5ddd31e10a
    * stmt.c (resolve_asm_operand_names): Call check_unique_operand_names
        here.
        (expand_asm_operands): Not here.
        (parse_input_constraint): No longer static.
        * tree.h: Declare it.

        * coverage.c (build_ctr_info_value): Use build_decl to make a
        VAR_DECL.
        (create_coverage): Likewise.
java/
        * parse.y (patch_assignment): Use make_node to create a BLOCK.
        * parse.h (BUILD_PTR_FROM_NAME): Use make_node to create a
        POINTER_TYPE.
cp/
        * tree.c (build_cplus_new): Use build_decl to create a VAR_DECL.
        (build_target_expr_with_type): Likewise.

        * pt.c (instantiate_class_template): Sanity check that our
        enclosing class has been instantiated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72255 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/coverage.c
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/cp/tree.c
gcc/java/ChangeLog
gcc/java/parse.h
gcc/java/parse.y
gcc/stmt.c
gcc/tree.h