]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc.dg/tree-ssa/20040204-1.c: Remove powerpc from xfail list.
authorJanis Johnson <janis187@us.ibm.com>
Tue, 1 Feb 2005 21:35:18 +0000 (21:35 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 1 Feb 2005 21:35:18 +0000 (21:35 +0000)
From-SVN: r94566

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

index 537f38a0e4e804b66ce9d9a5740f49a92679790f..d5c69d98e6a8302c4da560c6a32cc3ce73714561 100644 (file)
@@ -1,5 +1,7 @@
 2005-02-01  Janis Johnson  <janis187@us.ibm.com>
 
+       * gcc.dg/tree-ssa/20040204-1.c: Remove powerpc from xfail list.
+
        * g++.dg/eh/simd-2.C: Check for AltiVec HW support at runtime.
        * g++.dg/eh/check-vect.h: New.
 
index 426e2eab51ae8011163914086984c246f0893115..cb3e284464db0a1801a601dcc6a4fd0187084566 100644 (file)
@@ -33,4 +33,4 @@ void test55 (int x, int y)
    that the && should be emitted (based on BRANCH_COST).  Fix this
    by teaching dom to look through && and register all components
    as true.  */
-/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! powerpc*-*-* } } } } */
This page took 0.103552 seconds and 5 git commands to generate.