diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ac7f3ba813c..06461f7ac95 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-10-16 Kaveh R. Ghazi + + * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips. + 2002-10-16 Ulrich Weigand * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test. diff --git a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x index f97974b245b..167f76274b5 100644 --- a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x +++ b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x @@ -15,8 +15,7 @@ set torture_eval_before_compile { global compiler_conditional_xfail_data set compiler_conditional_xfail_data { "This test fails to optimize completely on certain platforms." \ - { "mips*-*-*" "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" \ - "xscale*-*-*" } \ + { "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" } \ { "*" } \ { "-O0" } }