re PR c++/10968 (If member function implicitly instantiated, explicit instantiation...
authorJason Merrill <jason@gcc.gnu.org>
Tue, 10 Jun 2003 19:08:46 +0000 (15:08 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 10 Jun 2003 19:08:46 +0000 (15:08 -0400)
commit346eeb157eed29835cbe240fcd0f68c58f3decce
tree306a52da0be421e4dbaa69c117308f122425abab
parentaa9b0aca6a695876dc07e1d7d6e2de0c51776121
re PR c++/10968 (If member function implicitly instantiated, explicit instantiation of class fails to instantiate it)

        PR c++/10968
        * pt.c (mark_decl_instantiated): Set TREE_SYMBOL_REFERENCED.

[[Split portion of a mixed commit.]]

From-SVN: r67725.2
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/explicit-instantiation2.C [new file with mode: 0644]