patch: simd-5.x, unxfail

Aldy Hernandez aldyh@redhat.com
Tue Jun 3 13:48:00 GMT 2003


I fixed this 2 days ago.  I'm removing the XFAIL.

Committed as obvious.

2003-06-03  Aldy Hernandez  <aldyh@redhat.com>

	* testsuite/gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.

Index: testsuite/gcc.c-torture/compile/simd-5.x
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/simd-5.x,v
retrieving revision 1.3
diff -c -p -r1.3 simd-5.x
*** testsuite/gcc.c-torture/compile/simd-5.x	24 May 2003 11:52:18 
-0000	1.3
--- testsuite/gcc.c-torture/compile/simd-5.x	3 Jun 2003 13:45:21 -0000
*************** if { [istarget "sparc64-*-*"] || [istarg
*** 25,41 ****
               { "" }
           }
       }
- } elseif { [istarget "powerpc64-*-*"] } {
-     # On PowerPC-64 it fails unconditionally.
-     set torture_eval_before_compile {
-         global compiler_conditional_xfail_data
-         set compiler_conditional_xfail_data {
-             "PR target/9680" \
-             "*-*-*" \
-             { "*" } \
-             { "" }
-         }
-     }
   }

   return 0
--- 25,30 ----



More information about the Gcc-patches mailing list