diff mbox

PATCH committed: 64-bit Apple Objective-C runtime support

Message ID 1298074974.608627394@192.168.4.58
State New
Headers show

Commit Message

Nicola Pero Feb. 19, 2011, 12:22 a.m. UTC
Jack,

I committed the patch from Iain.  Can you confirm it now xfails the test properly on m64 Apple ?
(I don't have an m64 Apple to test)

Thanks
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 170290)
+++ ChangeLog   (working copy)
@@ -1,3 +1,7 @@ 
+2011-02-18  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * objc/execute/exceptions/foward-1.x: New.
+
 2011-02-18  Tobias Burnus
 
        PR fortran/47775
Index: objc/execute/exceptions/foward-1.x
===================================================================
--- objc/execute/exceptions/foward-1.x  (revision 0)
+++ objc/execute/exceptions/foward-1.x  (revision 0)
@@ -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