OSDN Git Service

* gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Oct 2002 21:39:24 +0000 (21:39 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Oct 2002 21:39:24 +0000 (21:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58224 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ac7f3ba..06461f7 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 f97974b..167f762 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" }
     }