diff options
author | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-13 16:29:54 +0000 |
---|---|---|
committer | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-13 16:29:54 +0000 |
commit | 1dc423d6b6aa309ecab653717173e4793255b289 (patch) | |
tree | 8fe74b2713750f7f728872582ba416ccbfbea170 | |
parent | c95c91985a0ff9ca1ac9540424bcb6c44b5ea519 (diff) | |
download | gcc-1dc423d6b6aa309ecab653717173e4793255b289.tar.gz |
Commit gcc/testsuite/ChangeLog for revision 158275.
2010-04-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
* 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
-rw-r--r-- | gcc/testsuite/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
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 <manu@gcc.gnu.org> + + * 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 <mjambor@suse.cz> * gcc.dg/tree-ssa/sra-9.c: New test. |