re PR objc/35165 (Massive failures of objc on i686-apple-darwin9)
authorMike Stump <mikestump@comcast.net>
Wed, 5 May 2010 03:08:26 +0000 (03:08 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 5 May 2010 03:08:26 +0000 (03:08 +0000)
PR objc/35165
* encode-8.mm: Restore running of testcase, skip for gnu-runtime.

From-SVN: r159055

gcc/testsuite/ChangeLog
gcc/testsuite/obj-c++.dg/encode-8.mm

index 0707cb92c695fafd55da8ea99bc5d2cb1ef84c04..655afcd66b5934cbc1d35bc8866e4456ea454e53 100644 (file)
@@ -1,3 +1,8 @@
+2010-05-04  Mike Stump  <mikestump@comcast.net>
+
+       PR objc/35165
+       * encode-8.mm: Restore running of testcase, skip for gnu-runtime.
+
 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/43668
index 2d5734ebee18350fe67506615d12d1764bfea38a..9321ceaa375d22cd3e964ec7fbf99e4210fe527f 100644 (file)
@@ -2,8 +2,8 @@
    'BOOL *' (which should be encoded as '^c') and 'char *' (which
    should be encoded as '*').  */
 /* Contributed by Ziemowit Laski <zlaski@apple.com>.  */
-/* { dg-xfail-run-if "PR27249" { *-*-* } { "-fgnu-runtime" } { "" } } */
-/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
+/* { dg-do run { target *-*-darwin* } } */
+/* { dg-skip-if "" { *-*-* } { "-fgnu-runtime" } { "" } } */
 
 #include <string.h>           
 #include <stdlib.h>