xfail forward ObjC test on 64-bit Apple runtime

From-SVN: r170297
This commit is contained in:
Iain Sandoe 2011-02-19 00:22:12 +00:00 committed by Nicola Pero
parent 401be9ceae
commit f6c51fa7a1
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
PR fortran/47789

View File

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