]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/class.c
cp-tree.h (UNKNOWN_TYPE): Remove.
authorJason Merrill <jason@redhat.com>
Thu, 13 May 2010 05:04:14 +0000 (01:04 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 13 May 2010 05:04:14 +0000 (01:04 -0400)
commitfbfc8363a378a676d5ab71fc44edf0b8f681ffa0
tree6e2bf1018c014867d845d936d25929da98f58eb2
parent07eea34ee659da5c9960ad524dcf291b60003557
cp-tree.h (UNKNOWN_TYPE): Remove.

* cp-tree.h (UNKNOWN_TYPE): Remove.
* decl.c (cxx_init_decl_processing): Use LANG_TYPE instead.
* error.c (dumy_type, dump_type_prefix, dump_type_suffix): Likewise.
* typeck2.c (cxx_incomplete_type_diagnostic): Likewise.
* class.c (instantiate_type): Check unknown_type_node rather than
UNKNOWN_TYPE.
* name-lookup.c (maybe_push_decl): Likewise.
* rtti.c (get_tinfo_decl_dynamic): Likewise.
(get_typeid): Likewise.
* semantics.c (finish_offsetof): Likewise.

From-SVN: r159349
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/error.c
gcc/cp/name-lookup.c
gcc/cp/rtti.c
gcc/cp/semantics.c
gcc/cp/typeck2.c