aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/objc.dg/const-str-2.m
blob: 39e703bae1aed05f4882321d263911cee440a8db (plain)
1
2
3
4
5
6
7
8
9
10
/* Test the -fconstant-string-class flag error.  */
/* { dg-do compile } */
/* { dg-options "-fconstant-string-class" } */

{ dg-error "no class name specified as argument to -fconstant-string-class" "" { target *-*-* } 0 }

void foo () {}

/* Seem bogus, should investigate some day.  */
/* { dg-error "parse error" "" { target *-*-* } 5 } */