Commit 1ee8df1c by Mike Stump Committed by Mike Stump

* objc.dg/objc-fast-4.m: Skip for ppc64.

From-SVN: r114404
parent 3ff3adad
2006-06-05 Mike Stump <mrs@apple.com>
* objc.dg/objc-fast-4.m: Skip for ppc64.
2006-06-05 Steve Ellcey <sje@cup.hp.com>
PR testsuite/27705
// The code should call objc_msgSend directly, not through a pointer.
/* The code should call objc_msgSend directly, not through a pointer. */
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-options "-O0 -fnext-runtime" } */
/* { dg-skip-if "" { powerpc*-*-darwin* } { "-m64" } { "" } } */
/* Radar 4015820 */
#include <objc/Object.h>
void foo(void) {
Object *o;
[o++ free];
}
/* { dg-final { scan-assembler-not "L_objc_msgSend\\\$non_lazy_ptr" } } */
/* { dg-final { scan-assembler-not "objc_msgSend" } } */
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