Commit c79751b9 by Eric Botcazou Committed by Eric Botcazou

* gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.

From-SVN: r77485
parent 6bdd6070
2004-02-08 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
2004-02-07 Zack Weinberg <zack@codesourcery.com>
Bug 13856
......
# This doesn't work on sparc*-*-*.
# This doesn't work on SPARC 64-bit.
set torture_eval_before_compile {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"PR target/12916" \
{ "sparc*-*-*" } \
{ "*" } \
{ "" }
if { [istarget "sparc64-*-*"] || [istarget "sparcv9-*-*"] } {
set torture_eval_before_compile {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"PR target/12916" \
{ "*-*-*" } \
{ "*" } \
{ "-m32" }
}
}
} elseif { [istarget "sparc-*-*"] } {
set torture_eval_before_compile {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"PR target/12916" \
{ "*-*-*" } \
{ "-m64" } \
{ "" }
}
}
}
......
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