Commit bf996cfe by Janis Johnson Committed by Janis Johnson

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

From-SVN: r94566
parent dc5944f7
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.
......
......@@ -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*-*-* } } } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment