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

From-SVN: r114404
This commit is contained in:
Mike Stump 2006-06-05 19:20:49 +00:00 committed by Mike Stump
parent 3ff3adada4
commit 1ee8df1c21
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -1,10 +1,13 @@
// 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" } } */