* gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
From-SVN: r77485
This commit is contained in:
parent
6bdd607046
commit
c79751b99d
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2004-02-07 Zack Weinberg <zack@codesourcery.com>
|
||||||
|
|
||||||
Bug 13856
|
Bug 13856
|
||||||
|
@ -1,13 +1,25 @@
|
|||||||
# This doesn't work on sparc*-*-*.
|
# This doesn't work on SPARC 64-bit.
|
||||||
|
|
||||||
set torture_eval_before_compile {
|
if { [istarget "sparc64-*-*"] || [istarget "sparcv9-*-*"] } {
|
||||||
|
set torture_eval_before_compile {
|
||||||
global compiler_conditional_xfail_data
|
global compiler_conditional_xfail_data
|
||||||
set compiler_conditional_xfail_data {
|
set compiler_conditional_xfail_data {
|
||||||
"PR target/12916" \
|
"PR target/12916" \
|
||||||
{ "sparc*-*-*" } \
|
{ "*-*-*" } \
|
||||||
{ "*" } \
|
{ "*" } \
|
||||||
|
{ "-m32" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} elseif { [istarget "sparc-*-*"] } {
|
||||||
|
set torture_eval_before_compile {
|
||||||
|
global compiler_conditional_xfail_data
|
||||||
|
set compiler_conditional_xfail_data {
|
||||||
|
"PR target/12916" \
|
||||||
|
{ "*-*-*" } \
|
||||||
|
{ "-m64" } \
|
||||||
{ "" }
|
{ "" }
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user