class.c (instantiate_type): Be more helpful.
authorJason Merrill <jason@yorick.cygnus.com>
Tue, 3 Nov 1998 17:37:51 +0000 (17:37 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 3 Nov 1998 17:37:51 +0000 (12:37 -0500)
commit8452b1d3c1b7928b09215cf63a1aeb0d9ad255ac
treed21dc62a649aa12df9af2009b659425411cba4ec
parent74641843a04eb3c3bc6fd23f2267edabade504f7
class.c (instantiate_type): Be more helpful.

* class.c (instantiate_type): Be more helpful.
* decl2.c (import_export_decl): Call import_export_class.
* cp-tree.h (EMPTY_CONSTRUCTOR_P): Check !TREE_HAS_CONSTRUCTOR.
* decl2.c (build_expr_from_tree): Propagate TREE_HAS_CONSTRUCTOR.
* pt.c (tsubst_copy): Likewise.

From-SVN: r23511
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/pt.c