diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2010-04-13 16:29:54 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2010-04-13 16:29:54 +0000 |
commit | 4867a0c6f8bc1a070e0a9a8613666246e9fdc6b8 (patch) | |
tree | 8fe74b2713750f7f728872582ba416ccbfbea170 /gcc | |
parent | 97a3f2bd661c83edaef3f289007531e93d022db3 (diff) | |
download | gcc-4867a0c6f8bc1a070e0a9a8613666246e9fdc6b8.zip gcc-4867a0c6f8bc1a070e0a9a8613666246e9fdc6b8.tar.gz gcc-4867a0c6f8bc1a070e0a9a8613666246e9fdc6b8.tar.bz2 |
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.
From-SVN: r158276
Diffstat (limited to 'gcc')
-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 dfd16d4..dcc08f5 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. |