]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR libobjc/36610 (objc_msg_sendv is broken for targets which pass argument via...
authorIain Sandoe <iains@gcc.gnu.org>
Sun, 7 Nov 2010 19:54:51 +0000 (19:54 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sun, 7 Nov 2010 19:54:51 +0000 (19:54 +0000)
gcc/testsuite:

PR libobjc/36610
* objc.dg/torture/forward-1.m: Re-enable for gnu-runtime, XFAIL the run for
all but m32 x86.

From-SVN: r166421

gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/torture/forward-1.m

index f7ba6d40df1e2123a3340978e9b841c3227dfd2d..7940d2384c2767dcc4cf467d1511eeb3bc932450 100644 (file)
@@ -1,3 +1,9 @@
+2010-11-06  Iain Sandoe  <iains@gcc.gnu.org>
+
+       PR libobjc/36610
+       * objc.dg/torture/forward-1.m: Re-enable for gnu-runtime, XFAIL the run for
+       all but m32 x86.
+       
 2010-11-07  Andreas Schwab  <schwab@linux-m68k.org>
 
        * g++.dg/debug/dwarf2/nested-2.C: Adjust pattern to also match "|"
index 086d69ef35e25bd8b83500724927e4c68e432185..518bf274e6deacba906190e62fa2764a2b50c27a 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do run } */
 /* See if -forward::/-performv:: is able to work. */
-/* { dg-skip-if "PR36610" { *-*-* } { "-fgnu-runtime" } { "" } } */
+/* { dg-xfail-run-if "PR36610" { ! { { i?86-*-* x86_64-*-* } && ilp32 } } { "-fgnu-runtime" } { "" } } */
 /* { dg-skip-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
 
 #include <stdio.h>