OSDN Git Service

* obj-c++.dg/stubify-1.mm: Only run on powerpc.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / obj-c++.dg / stubify-1.mm
index dd7ce3b..0dafa4b 100644 (file)
@@ -1,7 +1,7 @@
 /* All calls must be properly stubified.  Complain about any "call
    _objc_msgSend<end-of-line>" without the $stub suffix.  */
 
-/* { dg-do compile { target *-*-darwin* } } */
+/* { dg-do compile { target powerpc*-*-darwin* } } */
 /* { dg-options "-Os -mdynamic-no-pic -fno-exceptions" } */
 
 typedef struct objc_object { } *id ;