cp-tree.h: Declare flag_use_repository.
authorJason Merrill <jason@yorick.cygnus.com>
Thu, 19 Aug 1999 21:19:37 +0000 (21:19 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 19 Aug 1999 21:19:37 +0000 (17:19 -0400)
commit2aaf816dad783f6cfccae11e356a5213a2455adf
treed3d47f38708d7d504af6d6c23db5457fef169134
parent607eef6e92d2fcd08870fc7e6cc8addcef967841
cp-tree.h: Declare flag_use_repository.

* cp-tree.h: Declare flag_use_repository.
* pt.c (do_decl_instantiation): Don't complain about duplicate
instantiation with -frepo.
(do_type_instantiation): Likewise.

* pt.c (push_template_decl_real): Complain about everything
that isn't a valid template.

* decl2.c (import_export_decl): If -fnew-abi, class linkage doesn't
affect inlines.

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