* gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 16 Oct 2002 21:39:24 +0000 (21:39 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 16 Oct 2002 21:39:24 +0000 (21:39 +0000)
From-SVN: r58224

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20020720-1.x

index ac7f3ba813c30f05a7c853de7987e2b8a54b1879..06461f7ac9556c4537c98e6cbc0bb906b1c4658f 100644 (file)
@@ -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.
index f97974b245b42678f537dbace56fc5e14ac10713..167f76274b519b4597a18265740087e86c5aa7f0 100644 (file)
@@ -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" }
     }