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:
parent
6c07f44866
commit
284ca13ea9
2 changed files with 4 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue