mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 05:54:31 +08:00
stubify-1.mm: Only run on powerpc.
* 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
This commit is contained in:
parent
ec3643e8c4
commit
a35fc190fb
@ -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
|
||||
|
@ -25,4 +25,3 @@ id<Foo> func(void) {
|
||||
return o; /* { dg-warning "distinct Objective\\-C type in return" } */
|
||||
}
|
||||
@end
|
||||
|
||||
|
@ -11,4 +11,3 @@ static Derived *test(void)
|
||||
|
||||
return m;
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@ int main(void)
|
||||
[foo brokenType: (int)d floatingPoint: d];
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -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 ;
|
||||
|
@ -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>
|
||||
|
@ -25,4 +25,3 @@ id<Foo> func(void) {
|
||||
return o; /* { dg-warning "distinct Objective\\-C type in return" } */
|
||||
}
|
||||
@end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user