diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2002-10-16 21:39:24 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2002-10-16 21:39:24 +0000 |
commit | e055ba36a15f1c8a4f30c6ca63564546c6d1087a (patch) | |
tree | 717775d3d471fe1bb477431dc0baf4d20be7e41c | |
parent | 6e2ac1aeef6fcb06ae053814bbc6057afe679959 (diff) | |
download | gcc-e055ba36a15f1c8a4f30c6ca63564546c6d1087a.zip gcc-e055ba36a15f1c8a4f30c6ca63564546c6d1087a.tar.gz gcc-e055ba36a15f1c8a4f30c6ca63564546c6d1087a.tar.bz2 |
* gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
From-SVN: r58224
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/20020720-1.x | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ac7f3ba..06461f7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-10-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips. + 2002-10-16 Ulrich Weigand <uweigand@de.ibm.com> * 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 f97974b..167f762 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" } } |