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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d0202413bf3207ced6d89912eb38ca01f5fdad5;p=gcc.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 d5c69d98e6a..636dd4fcc3c 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 c07060023f1..89b8cd3fc0e 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