mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 09:29:49 +08:00
* gcc.dg/tree-ssa/loop-1.c: Fix target names on xfail.
From-SVN: r93964
This commit is contained in:
parent
e42febca21
commit
35f46d96df
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* gcc.dg/tree-ssa/loop-1.c: Fix missing "-" in dg-final
|
||||
|
@ -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*-*-* } } } */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user