Commit 684c69a3 by Eric Botcazou Committed by Eric Botcazou

* gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.

From-SVN: r77908
parent 835abbf7
2004-02-16 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
2004-02-15 Mark Mitchell <mark@codesourcery.com>
PR c++/13971
......
......@@ -11,6 +11,19 @@
# and can make the optimization.
# Don't XFAIL at -O0, that should never fail.
if { [istarget "sparc*-*-*"] } {
set torture_eval_before_compile {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"PR opt/10348" \
{ "*-*-*" } \
{ "-fpic" "-fPIC" } \
{ "-O0" }
}
}
return 0
}
set torture_eval_before_compile {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
......
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