Commit 55d816e7 by Eric Botcazou Committed by Eric Botcazou

simd-5.x: New file.

	* gcc.c-torture/execute/simd-5.x: New file.
	XFAIL on SPARC 64-bit at -O0.

From-SVN: r84350
parent 4dbb1656
2004-07-09 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.c-torture/execute/simd-5.x: New file.
XFAIL on SPARC 64-bit at -O0.
2004-07-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>
PR c++/8211
......
if { [istarget "sparc64-*-*"] || [istarget "sparcv9-*-*"] } {
set torture_eval_before_compile {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"PR middle-end/9200" \
{ "*-*-*" } \
{ "-O0" } \
{ "-m32" }
}
}
} elseif { [istarget "sparc-*-*"] } {
set torture_eval_before_compile {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"PR middle-end/9200" \
{ "*-*-*" } \
{ "-m64" } \
{ "-O1" "-O2" "-O3" "-Os" }
}
}
}
return 0
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