simd-5.x: New file.

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

From-SVN: r84350
This commit is contained in:
Eric Botcazou 2004-07-09 11:06:36 +02:00 committed by Eric Botcazou
parent 4dbb165641
commit 55d816e7c1
2 changed files with 28 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -0,0 +1,23 @@
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