* g++.old-deja/g++.other/init5.C: Remove xfail for powerpc-linux.

From-SVN: r94567
This commit is contained in:
Janis Johnson 2005-02-01 21:36:12 +00:00 committed by Janis Johnson
parent bf996cfe67
commit 9d0202413b
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2005-02-01 Janis Johnson <janis187@us.ibm.com>
* g++.old-deja/g++.other/init5.C: Remove xfail for powerpc-linux.
* 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.

View File

@ -1,4 +1,4 @@
// { dg-do run { xfail *-*-* } }
// { dg-do run { xfail { ! "powerpc*-*-linux*" } } }
// Objects must be destructed in decreasing cnt order
// Original test attributed to James Kanze <jkanze@otelo.ibmmail.com>