From: Janis Johnson Date: Tue, 1 Feb 2005 21:36:12 +0000 (+0000) Subject: * g++.old-deja/g++.other/init5.C: Remove xfail for powerpc-linux. X-Git-Tag: releases/gcc-4.0.0~1112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d0202413bf3207ced6d89912eb38ca01f5fdad5;p=thirdparty%2Fgcc.git * g++.old-deja/g++.other/init5.C: Remove xfail for powerpc-linux. From-SVN: r94567 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d5c69d98e6a8..636dd4fcc3cf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2005-02-01 Janis Johnson + * 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. diff --git a/gcc/testsuite/g++.old-deja/g++.other/init5.C b/gcc/testsuite/g++.old-deja/g++.other/init5.C index c07060023f1d..89b8cd3fc0eb 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/init5.C +++ b/gcc/testsuite/g++.old-deja/g++.other/init5.C @@ -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