simd-5.x: Remove xfail for PPC64.

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

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

From-SVN: r67374
This commit is contained in:
Aldy Hernandez 2003-06-03 13:46:28 +00:00 committed by Aldy Hernandez
parent 6c07f44866
commit 284ca13ea9
2 changed files with 4 additions and 11 deletions

View File

@ -1,3 +1,7 @@
2003-06-03 Aldy Hernandez <aldyh@redhat.com>
* gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
2003-06-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/10940

View File

@ -25,17 +25,6 @@ if { [istarget "sparc64-*-*"] || [istarget "sparcv9-*-*"] } {
{ "" }
}
}
} 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