isa-field-1.m: Only run on darwin.
* objc.dg/isa-field-1.m: Only run on darwin. * objc.dg/lookup-1.m: Likewise. * objc.dg/try-catch-8.m: Likewise. From-SVN: r100242
This commit is contained in:
parent
c46bc0e2c7
commit
1b258d2f94
4 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-05-26 Mike Stump <mrs@apple.com>
|
||||
|
||||
* objc.dg/isa-field-1.m: Only run on darwin.
|
||||
* objc.dg/lookup-1.m: Likewise.
|
||||
* objc.dg/try-catch-8.m: Likewise.
|
||||
|
||||
2005-05-26 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
PR tree-optimization/9814
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Ensure there are no bizarre difficulties with accessing the 'isa' field of objects. */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-do compile { target *-*-darwin* } } */
|
||||
|
||||
#include <objc/Object.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-do run { target *-*-darwin* } } */
|
||||
|
||||
#include <objc/Object.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/* Developed by Ziemowit Laski <zlaski@apple.com>. */
|
||||
|
||||
/* { dg-options "-fobjc-exceptions -O2" } */
|
||||
/* { dg-do run } */
|
||||
/* { dg-do run { target *-*-darwin* } } */
|
||||
|
||||
#include <objc/Object.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue