tree.h (TYPE_HASH): Use TYPE_UID.
authorJason Merrill <jason@redhat.com>
Fri, 5 Mar 2004 22:38:24 +0000 (17:38 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 5 Mar 2004 22:38:24 +0000 (17:38 -0500)
commitfd917e0dc4d6488074c5c8b84664a941fedf6052
tree9d36ad37b0e9bce1412800770f06296f53a67ce6
parent822e895cafce43ff26bab0d4a0e5ed7166a10488
tree.h (TYPE_HASH): Use TYPE_UID.

        * tree.h (TYPE_HASH): Use TYPE_UID.
        (TREE_HASH): New macro with old definition of TYPE_HASH.
        * tree.c (build_type_attribute_variant): Use iterative_hash_object.
        (build_array_type, build_function_type): Likewise.
        (build_method_type_directly): Likewise.
        (build_offset_type, build_complex_type): Likewise.
        (type_hash_list, attribute_hash_list): Likewise. Now static.
        * except.c: s/TYPE_HASH/TREE_HASH/.
        * cp/tree.c (list_hash_pieces): s/TYPE_HASH/TREE_HASH/.

From-SVN: r78993
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/except.c
gcc/tree.c
gcc/tree.h