Commit f6c51fa7 by Iain Sandoe Committed by Nicola Pero

xfail forward ObjC test on 64-bit Apple runtime

From-SVN: r170297
parent 401be9ce
2011-02-18 Iain Sandoe <iains@gcc.gnu.org>
* objc/execute/exceptions/foward-1.x: New.
2011-02-18 Janus Weil <janus@gcc.gnu.org> 2011-02-18 Janus Weil <janus@gcc.gnu.org>
PR fortran/47789 PR fortran/47789
......
# XFAIL the run for m64 Darwin NeXT (seems to be a system runtime lib problem).
if { [istarget *-*-darwin*] && [check_effective_target_lp64] } {
set torture_eval_before_execute {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"Target fails for fnext-runtime" "*-*-*" { "-fnext-runtime" } { "" }
}
}
}
# carry on...
return false
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