]> gcc.gnu.org Git - gcc.git/commit
decl.c (build_target_expr): Set TREE_SIDE_EFFECTS on the TARGET_EXPR.
authorMark Mitchell <mark@codesourcery.com>
Wed, 15 Sep 1999 06:09:53 +0000 (06:09 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 15 Sep 1999 06:09:53 +0000 (06:09 +0000)
commit9263e6d6cd693077540af9c91a0d11df55aac444
tree634dafd7ae201fdd23c6c986014764530e0e8a7d
parent41babf2e0dfabe8afe45da1c0bf099af468be048
decl.c (build_target_expr): Set TREE_SIDE_EFFECTS on the TARGET_EXPR.

* decl.c (build_target_expr): Set TREE_SIDE_EFFECTS on the
TARGET_EXPR.
* call.c (build_over_call): Don't set TREE_SIDE_EFFECTS on
the TARGET_EXPR.
* cvt.c (build_up_reference): Likewise.
* tree.c (build_cplus_new): Likewise.
(get_target_expr): Likewise.

From-SVN: r29426
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cvt.c
gcc/cp/decl.c
gcc/cp/tree.c
This page took 0.063873 seconds and 5 git commands to generate.