Commit 35f46d96 by Steve Ellcey Committed by Steve Ellcey

* gcc.dg/tree-ssa/loop-1.c: Fix target names on xfail.

From-SVN: r93964
parent e42febca
2005-01-20 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/tree-ssa/loop-1.c: Fix target names on xfail.
2005-01-19 Hans-Peter Nilsson <hp@axis.com> 2005-01-19 Hans-Peter Nilsson <hp@axis.com>
* gcc.dg/tree-ssa/loop-1.c: Fix missing "-" in dg-final * gcc.dg/tree-ssa/loop-1.c: Fix missing "-" in dg-final
......
...@@ -29,7 +29,7 @@ void xxx(void) ...@@ -29,7 +29,7 @@ void xxx(void)
well as the calls we need to look for something more specific then just 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. */ 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,%r" 5 { target hppa*-*-* } } } */
/* { dg-final { scan-assembler-times "= foo" 5 { target ia64*-*-* } } } */ /* { 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