From ea097d141e33a4ecb57c3f46da46768354223272 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Thu, 21 May 2020 05:07:23 -0700 Subject: [PATCH] Remove accidental testcase commit * c-c++-common/cpp/cmd-1.c: Delete. * c-c++-common/cpp/cmd-1.h: Delete. --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/c-c++-common/cpp/cmd-1.c | 13 ------------- gcc/testsuite/c-c++-common/cpp/cmd-1.h | 1 - 3 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 gcc/testsuite/c-c++-common/cpp/cmd-1.c delete mode 100644 gcc/testsuite/c-c++-common/cpp/cmd-1.h diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3940cfd..b8a4e52 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2020-05-21 Nathan Sidwell + + * c-c++-common/cpp/cmd-1.c: Delete. + * c-c++-common/cpp/cmd-1.h: Delete. + 2020-05-21 Martin Liska * 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 index bc9b352..0000000 --- a/gcc/testsuite/c-c++-common/cpp/cmd-1.c +++ /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 ""\n -#define frob drob\n# 0 ""\n#define drob BOB\n# 0 ""\n# 1 "./h.h" 1\nb\n# 0 "" 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 index 1634764..0000000 --- a/gcc/testsuite/c-c++-common/cpp/cmd-1.h +++ /dev/null @@ -1 +0,0 @@ -nope -- 2.7.4