]> gcc.gnu.org Git - gcc.git/commit
call.c (build_over_call): Don't set TREE_SIDE_EFFECTS for situations where make_node...
authorMark Mitchell <mark@codesourcery.com>
Mon, 4 Oct 1999 09:15:17 +0000 (09:15 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 4 Oct 1999 09:15:17 +0000 (09:15 +0000)
commitc557501d33029a97f01105f220131e9b2516f0c1
tree575945e66d009b12d2588f1e5975f2ea2bed86ff
parent783feeb0345506e257cc83d5dd1c8ac7b359cbf8
call.c (build_over_call): Don't set TREE_SIDE_EFFECTS for situations where make_node will do it automatically.

1999-10-04  Mark Mitchell  <mark@codesourcery.com>

* call.c (build_over_call): Don't set TREE_SIDE_EFFECTS for
situations where make_node will do it automatically.
* decl.c (grok_reference_init): Likewise.
(expand_static_init): Likewise.
(do_static_initialization): Likewise.
* init.c (perform_member_init): Likewise.
(expand_aggr_init_1): Likewise.
(build_new_1): Likewise.
* method.c (do_build_copy_constructor): Likewise.
(do_build_assign_ref): Likewise.
* search.c (expand_upcast_fixups): Likewise.
* semantics.c (finish_stmt_expr): Likewise.
* typeck.c (build_unary_op): Likewise.
(check_return_expr): Likewise.

From-SVN: r29799
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/decl.c
gcc/cp/init.c
gcc/cp/method.c
gcc/cp/search.c
gcc/cp/semantics.c
gcc/cp/typeck.c
This page took 2.794604 seconds and 5 git commands to generate.