Remove accidental testcase commit

* c-c++-common/cpp/cmd-1.c: Delete.
	* c-c++-common/cpp/cmd-1.h: Delete.
This commit is contained in:
Nathan Sidwell 2020-05-21 05:07:23 -07:00
parent 8ebc2f5e05
commit ea097d141e
3 changed files with 5 additions and 14 deletions

View 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.

View File

@ -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} } }
*/

View File

@ -1 +0,0 @@
nope