Remove accidental testcase commit
authorNathan Sidwell <nathan@acm.org>
Thu, 21 May 2020 12:07:23 +0000 (05:07 -0700)
committerNathan Sidwell <nathan@acm.org>
Thu, 21 May 2020 12:10:52 +0000 (05:10 -0700)
* c-c++-common/cpp/cmd-1.c: Delete.
* c-c++-common/cpp/cmd-1.h: Delete.

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/cpp/cmd-1.c [deleted file]
gcc/testsuite/c-c++-common/cpp/cmd-1.h [deleted file]

index 3940cfd..b8a4e52 100644 (file)
@@ -1,3 +1,8 @@
+2020-05-21  Nathan Sidwell  <nathan@acm.org>
+
+       * c-c++-common/cpp/cmd-1.c: Delete.
+       * c-c++-common/cpp/cmd-1.h: Delete.
+
 2020-05-21  Martin Liska  <mliska@suse.cz>
 
        * gcc.target/aarch64/target_attr_20.c: New test.
diff --git a/gcc/testsuite/c-c++-common/cpp/cmd-1.c b/gcc/testsuite/c-c++-common/cpp/cmd-1.c
deleted file mode 100644 (file)
index bc9b352..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/* { dg-do preprocess }
-   { dg-options "-Dfrob=drob -Ddrob=BOB f.c -E -fdirectives-only -include cmd-1.h" }
-*/
-
-#define BOB bob()
-#define bob() dob
-
-frob
-
-/* Ensure fidelity of the preprocessed output.  */
-/* { dg-final { scan-file cmd-1.o {# 0 "<command-line>"\n
-#define frob drob\n# 0 "<command-line>"\n#define drob BOB\n# 0 "<command-line>"\n# 1 "./h.h" 1\nb\n# 0 "<command-line>" 2\n# 1 "f.c"\n\n#define BOB bob()\n#define bob() dob\n} } }
- */
diff --git a/gcc/testsuite/c-c++-common/cpp/cmd-1.h b/gcc/testsuite/c-c++-common/cpp/cmd-1.h
deleted file mode 100644 (file)
index 1634764..0000000
+++ /dev/null
@@ -1 +0,0 @@
-nope