* 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
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.
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.
--- /dev/null
+/* Copyright (C) 2000 Free Software Foundation, Inc. */
+
+/* { dg-do preprocess } */
+/* { dg-options "-std=c++98 -pedantic" } */
+
+/* This file is for testing the preprocessor in -std=c++98 -pedantic mode.
+ Neil Booth, 2 Dec 2000. */
+
+#if 1LL /* { dg-warning "long long" } */
+#endif
--- /dev/null
+/* Copyright (C) 2000 Free Software Foundation, Inc. */
+
+/* { dg-do preprocess } */
+/* { dg-options "-std=c++98" } */
+
+/* This file is for testing the preprocessor in -std=c++98 mode.
+ Neil Booth, 2 Dec 2000. */
+
+#if 1LL
+#endif
+++ /dev/null
-/* Copyright (C) 2000 Free Software Foundation, Inc. */
-
-/* { dg-do preprocess } */
-/* { dg-options "-std=c++98 -pedantic" } */
-
-/* This file is for testing the preprocessor in -std=c++98 -pedantic mode.
- Neil Booth, 2 Dec 2000. */
-
-#if 1LL /* { dg-warning "long long" } */
-#endif
+++ /dev/null
-/* Copyright (C) 2000 Free Software Foundation, Inc. */
-
-/* { dg-do preprocess } */
-/* { dg-options "-std=c++98" } */
-
-/* This file is for testing the preprocessor in -std=c++98 mode.
- Neil Booth, 2 Dec 2000. */
-
-#if 1LL
-#endif