* gimplify.c (mostly_copy_tree_r): Don't attempt to copy decls.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 May 2004 22:00:14 +0000 (22:00 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 May 2004 22:00:14 +0000 (22:00 +0000)
commitfa44b63213da956d85eb877715644598ec11ff39
treec03718137ee7eaf59dad196db1c3eca34b21c143
parent61fa81cc91924163fd83420c2dcfcedfbe23a641
    * gimplify.c (mostly_copy_tree_r): Don't attempt to copy decls.
        (copy_if_shared_r): Don't copy decls, types, constants, BINDs.
        Don't mark VA_ARG_EXPRs volatile here.
        (gimplify_modify_expr): Unshare TYPE_SIZE_UNIT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82110 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimplify.c