aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-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 be561f9..7bdd699 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,6 +1,6 @@
2006-06-14 Mark Mitchell <mark@codesourcery.com>
- PR c++/26748
+ PR c++/27648
* parser.c (cp_parser_declarator): Robustify.
PR c++/26559
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 7565051..6dc94a4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,6 +1,6 @@
2006-06-14 Mark Mitchell <mark@codesourcery.com>
- PR c++/26748
+ PR c++/27648
* g++.dg/ext/attrib22.C: New test.
PR c++/26559