stubify-1.mm: Only run on powerpc.
authorMike Stump <mrs@apple.com>
Fri, 13 Apr 2007 20:43:22 +0000 (20:43 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 13 Apr 2007 20:43:22 +0000 (20:43 +0000)
* obj-c++.dg/stubify-1.mm: Only run on powerpc.
* obj-c++.dg/template-4.mm: Don't run when 64-bit.

From-SVN: r123798

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 c514a3eeda7c53875b8433b35fbb4c53919e73ba..2b0d8803232bcd95f256132cd00a297e96fa3e81 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 8cd53404f5265e21f7a2704ac1f064576f087e41..c28a2a55a9eab92c7c5e649085677b2979e87a77 100644 (file)
@@ -25,4 +25,3 @@ id<Foo> func(void) {
   return o;  /* { dg-warning "distinct Objective\\-C type in return" } */
 }
 @end
-
index b041759ca65a3b16f55025db9b77acdd49d196a0..00e6e3af10037337d7c05a42dd8ca2612b13cfb0 100644 (file)
@@ -11,4 +11,3 @@ static Derived *test(void)
 
    return m;
 }
-
index a7f27f86459918d1da92a598e56df593c72812a9..a9b74bed8d074d18c10e9bbf4c4297e81e08ad82 100644 (file)
@@ -30,4 +30,3 @@ int main(void)
        [foo brokenType: (int)d floatingPoint: d];
        return 0;
 }
-
index dd7ce3badc79e4c9e1d70a497b28cc4466c543ae..0dafa4bcdd1455824426ddf91efd4047281bc0fa 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 6500cfff17bd3c0b8a2555eb3135800201bcea73..25a1df990b4003c5d367e6893a54050bd98c4a4c 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 8cd53404f5265e21f7a2704ac1f064576f087e41..c28a2a55a9eab92c7c5e649085677b2979e87a77 100644 (file)
@@ -25,4 +25,3 @@ id<Foo> func(void) {
   return o;  /* { dg-warning "distinct Objective\\-C type in return" } */
 }
 @end
-