OSDN Git Service

* obj-c++.dg/stubify-1.mm: Only run on powerpc.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Apr 2007 20:43:22 +0000 (20:43 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Apr 2007 20:43:22 +0000 (20:43 +0000)
* obj-c++.dg/template-4.mm: Don't run when 64-bit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123798 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/obj-c++.dg/comp-types-11.mm
gcc/testsuite/obj-c++.dg/comp-types-12.mm
gcc/testsuite/obj-c++.dg/method-17.mm
gcc/testsuite/obj-c++.dg/stubify-1.mm
gcc/testsuite/obj-c++.dg/template-4.mm
gcc/testsuite/objc.dg/comp-types-10.m

index c514a3e..2b0d880 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-13  Mike Stump  <mrs@apple.com>
+
+       * obj-c++.dg/stubify-1.mm: Only run on powerpc.
+       * obj-c++.dg/template-4.mm: Don't run when 64-bit.
+
 2007-04-13  Joseph Myers  <joseph@codesourcery.com>
 
        PR tree-optimization/29598
index 8cd5340..c28a2a5 100644 (file)
@@ -25,4 +25,3 @@ id<Foo> func(void) {
   return o;  /* { dg-warning "distinct Objective\\-C type in return" } */
 }
 @end
-
index a7f27f8..a9b74be 100644 (file)
@@ -30,4 +30,3 @@ int main(void)
        [foo brokenType: (int)d floatingPoint: d];
        return 0;
 }
-
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 ;
index 6500cff..25a1df9 100644 (file)
@@ -1,6 +1,7 @@
 /* Author:  Ziemowit Laski <zlaski@apple.com>.  */
 
 /* { dg-do run } */
+/* { dg-skip-if "" { *-*-darwin* } { "-m64" } { "" } } */
 
 #include <objc/Object.h>
 #include <stdarg.h>
index 8cd5340..c28a2a5 100644 (file)
@@ -25,4 +25,3 @@ id<Foo> func(void) {
   return o;  /* { dg-warning "distinct Objective\\-C type in return" } */
 }
 @end
-