From: Jason Merrill Date: Tue, 10 Jun 2003 19:06:44 +0000 (-0400) Subject: re PR c++/10968 (If member function implicitly instantiated, explicit instantiation... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c16e8d6c12270f671dbc59ed0379dd695454afb;p=gcc.git 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: r67723.2 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 155a2f1e7c5..53646ecc0f9 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2003-06-10 Jason Merrill + + PR c++/10968 + * pt.c (mark_decl_instantiated): Set TREE_SYMBOL_REFERENCED. + 2003-06-10 Andrew Pinski * decl.c (start_cleanup_fn): Move static 'counter' out, mark with GTY.