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:
Mike Stump 2005-05-27 03:36:42 +00:00 committed by Mike Stump
parent c46bc0e2c7
commit 1b258d2f94
4 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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>

View File

@ -1,4 +1,4 @@
/* { dg-do run } */
/* { dg-do run { target *-*-darwin* } } */
#include <objc/Object.h>
#include <stdlib.h>

View File

@ -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>