This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

patch: simd-5.x, unxfail


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 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]