OSDN Git Service

* objc.dg/objc-fast-4.m: Skip for ppc64.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jun 2006 19:20:49 +0000 (19:20 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jun 2006 19:20:49 +0000 (19:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114404 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/objc-fast-4.m

index de89624..e25cd59 100644 (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
index 9d44df4..f1f9a6c 100644 (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" } } */