Commit ec6c345e by Mike Stump Committed by Mike Stump

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
parent 36e74cfb
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
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment