From: Jason Merrill Date: Tue, 10 Jun 2003 19:34:30 +0000 (-0400) Subject: oops X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9bbababb6926714874729bb0163252d7de087a9;p=gcc.git oops From-SVN: r67727 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 53646ecc0f9..a6e4e034869 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,7 +1,7 @@ 2003-06-10 Jason Merrill 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