From: Nathan Sidwell Date: Thu, 21 May 2020 12:07:23 +0000 (-0700) Subject: Remove accidental testcase commit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea097d141e33a4ecb57c3f46da46768354223272;p=gcc.git Remove accidental testcase commit * c-c++-common/cpp/cmd-1.c: Delete. * c-c++-common/cpp/cmd-1.h: Delete. --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3940cfd48c4..b8a4e52be6e 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 bc9b352b25e..00000000000 --- 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 1634764a441..00000000000 --- a/gcc/testsuite/c-c++-common/cpp/cmd-1.h +++ /dev/null @@ -1 +0,0 @@ -nope