OSDN Git Service

PR c++/11266
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Nov 2003 16:33:59 +0000 (16:33 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Nov 2003 16:33:59 +0000 (16:33 +0000)
commit25de73d538fa5bd4b0d2fa83b5d875c63b56f5bd
tree4a7fd68f62c47816fd50090e692c8ca50e39e391
parent6981f512f04325f72e528b8d31bfe78b8d30cc3f
    PR c++/11266
        * gimplify.c (gimple_add_tmp_var): Also make sure
        seen_in_bind_expr isn't set.
        (mostly_copy_tree_r): Don't copy a TARGET_EXPR.
        (gimplify_target_expr): Only expand a TARGET_EXPR the first time
        we see it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73674 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/g++.dg/init/placement1.C [new file with mode: 0644]