From: Seongbae Park Date: Mon, 16 Apr 2007 17:07:04 +0000 (+0000) Subject: Correct the misplaced ChangeLog. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe24078a228386c39a870b88c48c93205c5ffb3f;p=gcc.git Correct the misplaced ChangeLog. From-SVN: r123880 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6448f7a07d0..9a7c3cc85ef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,10 +1,3 @@ -2007-04-16 Seongbae Park - - PR c++/29365 - - * cp/decl2.c (constrain_class_visibility): - Do not warn about the use of anonymous namespace in the main input file. - 2007-04-16 Kazu Hirata * config/m68k/m68k.c (m68k_libcall_value, diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index fc9bfe00d4a..f23256ade89 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,10 @@ +2007-04-16 Seongbae Park + + PR c++/29365 + + * cp/decl2.c (constrain_class_visibility): + Do not warn about the use of anonymous namespace in the main input file. + 2007-04-15 Mark Mitchell * cp-tree.h (current_template_parms): Fix typo in comment.