OSDN Git Service

* gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Oct 2002 19:35:34 +0000 (19:35 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Oct 2002 19:35:34 +0000 (19:35 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57868 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/README
gcc/testsuite/g++.dg/cpp/c++98-pedantic.C [moved from gcc/testsuite/gcc.dg/cpp/c++98-pedantic.C with 100% similarity]
gcc/testsuite/g++.dg/cpp/c++98.C [moved from gcc/testsuite/gcc.dg/cpp/c++98.C with 100% similarity]

index 32dded3..324b3e6 100644 (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.
 
index 073913f..b2a36fd 100644 (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.