Commit db8627a1 by Janis Johnson Committed by Janis Johnson

20020227-1.x: Don't XFAIL for powerpc64.

2003-03-26  Janis Johnson  <janis187@us.ibm.com>

	* gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.

	* gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.

From-SVN: r64907
parent 3684a055
2003-03-26 Janis Johnson <janis187@us.ibm.com>
* gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
* gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
2003-03-26 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/ia64-sync-3.c: New test.
......
# h8300 does not have long long
if { [istarget "h8300-*-*"] } {
return 1;
return 1;
}
# PowerPC-64 doesn't handle this; see PR target/9680
set torture_eval_before_compile {
set compiler_conditional_xfail_data {
"PR target/9680" \
"powerpc64-*-*" \
{ "*" } \
{ "" }
}
}
return 0
......@@ -24,6 +24,8 @@ if { [istarget "sparc64-*-*"] || [istarget "sparcv9-*-*"] } {
{ "-O0" "-O1" }
}
}
} elseif { [istarget "powerpc64-*-*"] } {
# PowerPC-64 doesn't fail at any optimization level.
} elseif { [istarget "*64*-*-*"] || [istarget "alpha*-*-*"]
|| [istarget "mmix-*-*"] || [istarget "mips*-*-irix6*"] } {
# Other 64-bit targets fail at all optimization levels.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment