From: Jason Merrill Date: Tue, 10 Jun 2003 19:34:30 +0000 (-0400) Subject: oops X-Git-Tag: releases/gcc-3.4.0~5974 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9bbababb6926714874729bb0163252d7de087a9;p=thirdparty%2Fgcc.git oops From-SVN: r67727 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 53646ecc0f98..a6e4e0348699 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