Commit bfa697a9 by Zack Weinberg Committed by Zack Weinberg

ident.c: Don't expect #ident strings in the assembly output.

	* gcc.dg/cpp/ident.c: Don't expect #ident strings in the
	assembly output.

From-SVN: r34873
parent 385d061b
2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
* gcc.dg/cpp/ident.c: Don't expect #ident strings in the
assembly output.
2000-07-04 Zack Weinberg <zack@wolery.cumb.org> 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
* gcc.dg/cpp/ident.c: New test. * gcc.dg/cpp/ident.c: New test.
......
...@@ -5,5 +5,3 @@ ...@@ -5,5 +5,3 @@
#ident "this is an ident" #ident "this is an ident"
int dummy(void) { return 12; } int dummy(void) { return 12; }
/* { dg-final { scan-assembler ident.c "this is an ident" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment