]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree.c (build_target_expr_with_type): If we already have a TARGET_EXPR, just return it.
authorJason Merrill <jason@casey.cygnus.com>
Mon, 1 May 2000 23:51:37 +0000 (23:51 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 1 May 2000 23:51:37 +0000 (19:51 -0400)
commit5062dbd5ae2d18db9d6e715b38ee2e0a724fcdcc
tree9b1f92405a1082371ff58eb6be57788162dc16bc
parentcde28f0da4631eda8559c98fa329febb0f1d17fd
tree.c (build_target_expr_with_type): If we already have a TARGET_EXPR, just return it.

        * tree.c (build_target_expr_with_type): If we already have a
        TARGET_EXPR, just return it.

        * optimize.c (initialize_inlined_parameters): Don't generate an
        EXPR_STMT if we can just use DECL_INITIAL.
        * decl.c (emit_local_var): Only make the initialization a
        full-expression if stmts_are_full_exprs_p.

From-SVN: r33595
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/optimize.c
gcc/cp/tree.c