* cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.
commit869dcfe4e732da27f580387d0caf1d494b114d60
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jun 2010 20:42:37 +0000 (7 20:42 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jun 2010 20:42:37 +0000 (7 20:42 +0000)
tree162d7f5ea6f6051c882ece33106ad652f869918c
parent6850974ffe0ec3cd572917f9cbf5b9d8c9936868
* cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.
* init.c (build_offset_ref): Use it.
* pt.c (maybe_process_partial_specialization): Use it.
(instantiate_class_template): Use it.
* search.c (lookup_base): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160398 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/init.c
gcc/cp/pt.c
gcc/cp/search.c