From 2943737ab291136de3765e7c6faaba6839214aa0 Mon Sep 17 00:00:00 2001 From: manu Date: Tue, 13 Apr 2010 16:29:54 +0000 Subject: [PATCH 1/1] Commit gcc/testsuite/ChangeLog for revision 158275. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2010-04-13 Manuel López-Ibáñez * gcc.dg/cpp/cpp.exp: Test also c-c++-common/cpp. * g++.dg/dg.exp: Likewise. * gcc.dg/cpp/warning-directive-1.c: Move to ... * c-c++-common/cpp/warning-directive-1.c: ... here. * gcc.dg/cpp/warning-directive-2.c: Move to ... * c-c++-common/cpp/warning-directive-2.c: ... here. * gcc.dg/cpp/warning-directive-3.c: Move to ... * c-c++-common/cpp/warning-directive-3.c: ... here. * gcc.dg/cpp/warning-directive-4.c: Move to ... * c-c++-common/cpp/warning-directive-4.c: ... here. * g++.dg/cpp/warning-directive-1.C: Delete. * g++.dg/cpp/warning-directive-2.C: Delete. * g++.dg/cpp/warning-directive-3.C: Delete. * g++.dg/cpp/warning-directive-4.C: Delete. * gcc.dg/cpp/normalised-3.c: Delete. * g++.dg/cpp/normalised-1.C: Rename as ... * c-c++-common/cpp/normalised-3.c: ... this. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158276 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dfd16d4cd50..dcc08f501e0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,23 @@ +2010-04-13 Manuel López-Ibáñez + + * gcc.dg/cpp/cpp.exp: Test also c-c++-common/cpp. + * g++.dg/dg.exp: Likewise. + * gcc.dg/cpp/warning-directive-1.c: Move to ... + * c-c++-common/cpp/warning-directive-1.c: ... here. + * gcc.dg/cpp/warning-directive-2.c: Move to ... + * c-c++-common/cpp/warning-directive-2.c: ... here. + * gcc.dg/cpp/warning-directive-3.c: Move to ... + * c-c++-common/cpp/warning-directive-3.c: ... here. + * gcc.dg/cpp/warning-directive-4.c: Move to ... + * c-c++-common/cpp/warning-directive-4.c: ... here. + * g++.dg/cpp/warning-directive-1.C: Delete. + * g++.dg/cpp/warning-directive-2.C: Delete. + * g++.dg/cpp/warning-directive-3.C: Delete. + * g++.dg/cpp/warning-directive-4.C: Delete. + * gcc.dg/cpp/normalised-3.c: Delete. + * g++.dg/cpp/normalised-1.C: Rename as ... + * c-c++-common/cpp/normalised-3.c: ... this. + 2010-04-13 Martin Jambor * gcc.dg/tree-ssa/sra-9.c: New test. -- 2.11.0