From: Jan Hubicka Date: Fri, 25 Jul 2008 21:05:23 +0000 (+0000) Subject: Fix changelog entry of my earlier commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26f130aa70c58a1ea994cb34527c4e8fa37c49c4;p=gcc.git Fix changelog entry of my earlier commit. From-SVN: r138151 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index be50af5301d..b8e54a5aca8 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -22,10 +22,10 @@ 2008-07-23 Jan Hubicka - * cp/decl.c (duplicate_decls): Update comment and unit-at-a-time. + * decl.c (duplicate_decls): Update comment and unit-at-a-time. (grogfndecl): Drop flag_inline_trees code. - * cp/pt.c (instantiate_decl): Drop flag_iline_trees code. - * cp/lex.c (cxx_init): Do not set unit-at-a-time. + * pt.c (instantiate_decl): Drop flag_iline_trees code. + * lex.c (cxx_init): Do not set unit-at-a-time. 2008-07-23 Jason Merrill