gimplify.c (mostly_copy_tree_r): Don't attempt to copy decls.
authorRichard Henderson <rth@redhat.com>
Fri, 21 May 2004 22:00:14 +0000 (15:00 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 21 May 2004 22:00:14 +0000 (15:00 -0700)
commitf0638e1d703324110c59579956152f952f2cc3ab
treec03718137ee7eaf59dad196db1c3eca34b21c143
parent11670eebf3c9844fc34793789397fe05d60b4a77
gimplify.c (mostly_copy_tree_r): Don't attempt to copy decls.

        * 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.

From-SVN: r82110
gcc/ChangeLog
gcc/gimplify.c