diff options
author | Nathan Sidwell <nathan@acm.org> | 2020-05-21 05:07:23 -0700 |
---|---|---|
committer | Nathan Sidwell <nathan@acm.org> | 2020-05-21 05:10:52 -0700 |
commit | ea097d141e33a4ecb57c3f46da46768354223272 (patch) | |
tree | 245fcd4d69f2b7d6fc1e8c0c9095e3cc0d25939b /gcc | |
parent | 8ebc2f5e05aa32bcad8cbfb02f8b50d92a469e66 (diff) | |
download | gcc-ea097d141e33a4ecb57c3f46da46768354223272.zip gcc-ea097d141e33a4ecb57c3f46da46768354223272.tar.gz gcc-ea097d141e33a4ecb57c3f46da46768354223272.tar.bz2 |
Remove accidental testcase commit
* c-c++-common/cpp/cmd-1.c: Delete.
* c-c++-common/cpp/cmd-1.h: Delete.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/c-c++-common/cpp/cmd-1.c | 13 | ||||
-rw-r--r-- | gcc/testsuite/c-c++-common/cpp/cmd-1.h | 1 |
3 files changed, 5 insertions, 14 deletions
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 <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 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 "<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 index 1634764..0000000 --- a/gcc/testsuite/c-c++-common/cpp/cmd-1.h +++ /dev/null @@ -1 +0,0 @@ -nope |