* gcc.dg/tree-ssa/loop-1.c: Fix target names on xfail.
authorSteve Ellcey <sje@cup.hp.com>
Thu, 20 Jan 2005 16:29:33 +0000 (16:29 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 20 Jan 2005 16:29:33 +0000 (16:29 +0000)
From-SVN: r93964

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/loop-1.c

index fefb5fed7f567e7bb99cc3e91f72b607a26eda7c..9a6b283a612c60565f8db46807ec1d2d38743334 100644 (file)
@@ -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
index e948399f52d73c481501e75a9ab68623a6143c31..31818879dfb73df688940e6869fd6e7339c48c60 100644 (file)
@@ -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*-*-* } } } */