c++98-pedantic.C: Moved to g++.dg/cpp.

* gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
	* gcc.dg/cpp/c++98.C: Likewise.

	* g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
	* g++.dg/cpp/c++98.C: Likewise.

	* g++.dg/README (Subdirectories): Mention cpp directory.

From-SVN: r57868
This commit is contained in:
Andreas Jaeger 2002-10-06 21:35:34 +02:00 committed by Andreas Jaeger
parent f75369c87a
commit 8d725537d4
4 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,13 @@
2002-10-06 Andreas Jaeger <aj@suse.de>
* gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
* gcc.dg/cpp/c++98.C: Likewise.
* g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
* g++.dg/cpp/c++98.C: Likewise.
* g++.dg/README (Subdirectories): Mention cpp directory.
PR target/7559
* gcc.dg/20021006-1.c: New test.

View File

@ -1,6 +1,7 @@
Subdirectories:
abi Tests for ABI compatibility -- mangling, object layout, etc.
cpp Tests for the preprocessor.
eh Tests for exception handling.
expr Tests for expressions.
ext Tests for GNU language extensions.