diff options
author | Steve Ellcey <sje@cup.hp.com> | 2005-01-20 16:29:33 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2005-01-20 16:29:33 +0000 |
commit | 35f46d96df776dce96043dbbe9241a55516bfaab (patch) | |
tree | 5f5e0238ad45e2d5b80e2079b01a8e9c46afd91a /gcc | |
parent | e42febca21c9d3cc3fd83237d016d98f18411400 (diff) | |
download | gcc-35f46d96df776dce96043dbbe9241a55516bfaab.zip gcc-35f46d96df776dce96043dbbe9241a55516bfaab.tar.gz gcc-35f46d96df776dce96043dbbe9241a55516bfaab.tar.bz2 |
* gcc.dg/tree-ssa/loop-1.c: Fix target names on xfail.
From-SVN: r93964
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/loop-1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fefb5fe..9a6b283 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c index e948399..3181887 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c @@ -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*-*-* } } } */ |