mangle.c (conv_type_names): Holds IDENTIFIER_NODEs only.
authorNathan Sidwell <nathan@gcc.gnu.org>
Thu, 11 Dec 2003 15:35:37 +0000 (15:35 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 11 Dec 2003 15:35:37 +0000 (15:35 +0000)
commitc1eb7f5ccd258644d9db3e8e59e5ec61ac66089b
tree4e70fa01b2e7d5612debfa644326b44e9545a9b0
parentc1fb3625aebaa9ccacc16eb185f04a93e4ed459f
mangle.c (conv_type_names): Holds IDENTIFIER_NODEs only.

* mangle.c (conv_type_names): Holds IDENTIFIER_NODEs only.
(hash_type): Use TYPE_UID of the identifier's type.
(compare_type): Adjust.
(mangle_conv_op_name_for_type): Store identifier nodes only, use
TYPE_UID has hash value.

From-SVN: r74538
gcc/cp/ChangeLog
gcc/cp/mangle.c