aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSeongbae Park <spark@gcc.gnu.org>2007-04-16 17:07:04 +0000
committerSeongbae Park <spark@gcc.gnu.org>2007-04-16 17:07:04 +0000
commitfe24078a228386c39a870b88c48c93205c5ffb3f (patch)
tree92652b01ab5b426954ce40b5793c9474159b878b /gcc
parent8fff206014983b3f02f42b442d4b7c94942fc1de (diff)
downloadgcc-fe24078a228386c39a870b88c48c93205c5ffb3f.zip
gcc-fe24078a228386c39a870b88c48c93205c5ffb3f.tar.gz
gcc-fe24078a228386c39a870b88c48c93205c5ffb3f.tar.bz2
Correct the misplaced ChangeLog.
From-SVN: r123880
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/cp/ChangeLog7
2 files changed, 7 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6448f7a..9a7c3cc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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,
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index fc9bfe0..f23256a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.