]> gcc.gnu.org Git - gcc.git/commit - gcc/ChangeLog
tree-inline.c (remap_type): New.
authorRichard Henderson <rth@redhat.com>
Sun, 5 Oct 2003 19:07:47 +0000 (12:07 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 5 Oct 2003 19:07:47 +0000 (12:07 -0700)
commit3c2a7a6a2639845787d3b68b7eceb82bb17bc54d
tree34e4f389e33a00021eeccf202312f4f5e5f221cf
parenta2b172fb9c199753770b05e27af9d242706f8c26
tree-inline.c (remap_type): New.

        * tree-inline.c (remap_type): New.
        (remap_decl): Use it.  Remap DECL_SIZE*.
        (copy_body_r): Use it.
        (walk_tree): Walk TREE_TYPE too.
        (copy_tree_r): Don't walk subtrees of types.
        * tree.c (variably_modified_type_p): Restructure.  Consider integer
        types with non-const bounds variably modified.

From-SVN: r72114
gcc/ChangeLog
gcc/tree-inline.c
gcc/tree.c
This page took 0.055742 seconds and 5 git commands to generate.