OSDN Git Service

PR c++/10968
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jun 2003 19:06:44 +0000 (19:06 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jun 2003 19:06:44 +0000 (19:06 +0000)
        * pt.c (mark_decl_instantiated): Set TREE_SYMBOL_REFERENCED.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67723 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog

index 155a2f1..53646ec 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.