Commit ae727129 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

loop-1.c: Fix missing "-" in dg-final scan-assembler-times directive name.

	* gcc.dg/tree-ssa/loop-1.c: Fix missing "-" in dg-final
	scan-assembler-times directive name.

From-SVN: r93942
parent 9634af02
2005-01-19 Hans-Peter Nilsson <hp@axis.com>
* gcc.dg/tree-ssa/loop-1.c: Fix missing "-" in dg-final
scan-assembler-times directive name.
* gcc.dg/asm-a.c: Move dg-require-effective-target to
after dg-do.
......
......@@ -29,7 +29,7 @@ void xxx(void)
well as the calls we need to look for something more specific then just
foo in order to count only the calls and not the declaration. */
/* { dg-final { scan-assembler times "foo" 5 { xfail hppa-*-* ia64-*-* } } } */
/* { dg-final { scan-assembler-times "foo" 5 { xfail hppa-*-* ia64-*-* } } } */
/* { dg-final { scan-assembler-times "foo,%r" 5 { target hppa*-*-* } } } */
/* { dg-final { scan-assembler-times "= foo" 5 { target ia64*-*-* } } } */
......
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