From: Mike Stump Date: Wed, 5 May 2010 03:08:26 +0000 (+0000) Subject: re PR objc/35165 (Massive failures of objc on i686-apple-darwin9) X-Git-Tag: releases/gcc-4.6.0~7492 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec6c345e9765f7c51739a61733b5acdb44feff17;p=thirdparty%2Fgcc.git re PR objc/35165 (Massive failures of objc on i686-apple-darwin9) PR objc/35165 * encode-8.mm: Restore running of testcase, skip for gnu-runtime. From-SVN: r159055 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0707cb92c695..655afcd66b59 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-05-04 Mike Stump + + PR objc/35165 + * encode-8.mm: Restore running of testcase, skip for gnu-runtime. + 2010-05-04 H.J. Lu PR target/43668 diff --git a/gcc/testsuite/obj-c++.dg/encode-8.mm b/gcc/testsuite/obj-c++.dg/encode-8.mm index 2d5734ebee18..9321ceaa375d 100644 --- a/gcc/testsuite/obj-c++.dg/encode-8.mm +++ b/gcc/testsuite/obj-c++.dg/encode-8.mm @@ -2,8 +2,8 @@ 'BOOL *' (which should be encoded as '^c') and 'char *' (which should be encoded as '*'). */ /* Contributed by Ziemowit Laski . */ -/* { 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 #include