* gcc.dg/tree-ssa/20040204-1.c: Remove powerpc from xfail list.

From-SVN: r94566
This commit is contained in:
Janis Johnson 2005-02-01 21:35:18 +00:00 committed by Janis Johnson
parent dc5944f7c8
commit bf996cfe67
2 changed files with 3 additions and 1 deletions

View 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.

View 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*-*-* } } } } */