From 0c16e8d6c12270f671dbc59ed0379dd695454afb Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 10 Jun 2003 15:06:44 -0400 Subject: [PATCH] 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 --- gcc/cp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 155a2f1..53646ec 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. -- 2.7.4