tree.c (build_qualified_type): Chain the new type to the original type's TYPE_NEXT_PT...
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 9 Nov 2005 23:13:08 +0000 (23:13 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 9 Nov 2005 23:13:08 +0000 (23:13 +0000)
commit7e854c00d04f2279ac12fe76bcd9d62f0e800223
tree00f17cd91db2a763b171f4ef68a7c278f4adde9e
parent378e957760be0bd9d27e6d4121c9ed49b0295138
tree.c (build_qualified_type): Chain the new type to the original type's TYPE_NEXT_PTR_TO or TYPE_NEXT_REF_TO...

* tree.c (build_qualified_type): Chain the new type to the original
type's TYPE_NEXT_PTR_TO or TYPE_NEXT_REF_TO linked lists if it is
a POINTER_TYPE or a REFERENCE_TYPE respectively.
(build_pointer_type_for_mode): Only return unqualified types.
(build_reference_type_for_mode): Likewise.

From-SVN: r106716
gcc/ChangeLog
gcc/tree.c