summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cp/ChangeLog2
-rw-r--r--gcc/testsuite/ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 0b1602a7892b..d2a1cc29cc93 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,6 +1,6 @@
2012-06-11 Richard Guenther <rguenther@suse.de>
- PR c++/53616
+ PR c++/53605
* mangle.c (write_array_type): Use double-ints for array domain
arithmetic.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b57f1713f502..27c53e669706 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -6,7 +6,7 @@
2012-06-11 Richard Guenther <rguenther@suse.de>
- PR c++/53616
+ PR c++/53605
* g++.dg/ext/pr53605.C: New testcase.
2012-06-11 Eric Botcazou <ebotcazou@adacore.com>