re PR c++/10968 (If member function implicitly instantiated, explicit instantiation...
authorJason Merrill <jason@gcc.gnu.org>
Tue, 10 Jun 2003 19:06:44 +0000 (15:06 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 10 Jun 2003 19:06:44 +0000 (15:06 -0400)
        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

index 155a2f1e7c5ccde8ef2c15cc76c57fbd1649ce79..53646ecc0f9867b59f50e0bc499bcb789b42f3a7 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-10  Jason Merrill  <jason@redhat.com>
+
+       PR c++/10968
+       * pt.c (mark_decl_instantiated): Set TREE_SYMBOL_REFERENCED.
+
 2003-06-10  Andrew Pinski  <pinskia@physics.uc.edu>
 
        * decl.c (start_cleanup_fn): Move static 'counter' out, mark with GTY.