aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 53646ec..a6e4e03 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,7 +1,7 @@
2003-06-10 Jason Merrill <jason@redhat.com>
PR c++/10968
- * pt.c (mark_decl_instantiated): Set TREE_SYMBOL_REFERENCED.
+ * pt.c (mark_decl_instantiated): Clear DECL_COMDAT.
2003-06-10 Andrew Pinski <pinskia@physics.uc.edu>