Correct the misplaced ChangeLog.
authorSeongbae Park <spark@gcc.gnu.org>
Mon, 16 Apr 2007 17:07:04 +0000 (17:07 +0000)
committerSeongbae Park <spark@gcc.gnu.org>
Mon, 16 Apr 2007 17:07:04 +0000 (17:07 +0000)
From-SVN: r123880

gcc/ChangeLog
gcc/cp/ChangeLog

index 6448f7a07d050c037275c6a8fa7ec30bef45c024..9a7c3cc85ef8ea642ebb2b950cadc5da01ae638d 100644 (file)
@@ -1,10 +1,3 @@
-2007-04-16  Seongbae Park <seongbae.park@gmail.com>
-
-       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  <kazu@codesourcery.com>
 
        * config/m68k/m68k.c (m68k_libcall_value,
index fc9bfe00d4a57a3d0dcc39d2ab1cb94b6f55094f..f23256ade8971f608ce82dfad96685914d462fda 100644 (file)
@@ -1,3 +1,10 @@
+2007-04-16  Seongbae Park <seongbae.park@gmail.com>
+
+       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  <mark@codesourcery.com>
 
        * cp-tree.h (current_template_parms): Fix typo in comment.