]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/objc.dg/pr101666-1.m
Objective-C: fix crash with -fobjc-nilcheck
[gcc.git] / gcc / testsuite / objc.dg / pr101666-1.m
1 /* Later versions of Darwin can compile for 10.5, but cannot link it so we
2 can only run this test up to 10.13. */
3 /* { dg-do compile { target *-*-darwin* } } */
4 /* { dg-do run { target *-*-darwin[89]* *-*-darwin1[0-7]* } } */
5 /* { dg-skip-if "NeXT only" { *-*-* } { "-fgnu-runtime" } { "" } } */
6 /* { dg-skip-if "ABI 2 only" { *-*-* && { ! objc2 } } { "*" } { "" } } */
7 /* { dg-additional-options "-fobjc-nilcheck -mmacosx-version-min=10.5 " } */
8 /* { dg-additional-options "-Wno-objc-root-class" } */
9
10 #include "pr101666.inc"
This page took 0.035812 seconds and 5 git commands to generate.