From: David Edelsohn Date: Thu, 24 Mar 2005 23:26:38 +0000 (+0000) Subject: 20020720-1.x: XFAIL for all powerpc and rs6000. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a15bd63449470abb703e9a34246e1f008b4c4ed;p=gcc.git 20020720-1.x: XFAIL for all powerpc and rs6000. * gcc.c-torture/execute/20020720-1.x: XFAIL for all powerpc and rs6000. From-SVN: r97016 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 036e25279d5..260a212c916 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-03-24 David Edelsohn + + * gcc.c-torture/execute/20020720-1.x: XFAIL for all powerpc and + rs6000. + 2005-03-24 Steve Ellcey PR target/20095 diff --git a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x index c693128a791..8020ef131da 100644 --- a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x +++ b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x @@ -29,7 +29,7 @@ set torture_eval_before_compile { set compiler_conditional_xfail_data { "This test fails to optimize completely on certain platforms." \ { "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" \ - "h8300*-*-*" "frv-*-*" "powerpc-*-*spe" } \ + "h8300*-*-*" "frv-*-*" "powerpc*-*-*" "rs6000-*-*" } \ { "*" } \ { "-O0" } }