aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2009-10-23 18:07:55 +0000
committerJason Merrill <jason@redhat.com>2009-10-23 18:07:55 +0000
commit44262d1b170234f2486eb1f364f1b6679b3af831 (patch)
treecd80316f833fe455e392022432bd53771ab41466
parent14e5e761b1d4743089bbce0c447cc1a7777c77f3 (diff)
add mising testsuite/ChangeLog entries
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@153507 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 8c26eb01dd4..334bbe5fa09 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -223,6 +223,11 @@
PR c++/38798
* g++.dg/cpp0x/trailing5.C: New.
+ * g++.dg/cpp0x/auto6.C: Rename to trailing1.C.
+ * g++.dg/cpp0x/auto8.C: Rename to trailing2.C.
+ * g++.dg/cpp0x/auto12.C: Rename to trailing3.C.
+ * g++.dg/cpp0x/auto13.C: Rename to trailing4.C.
+
2009-10-16 Janus Weil <janus@gcc.gnu.org>
PR fortran/41719