Small ChangeLog tweak.
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-cfstring-2.c
blob82b0551b87f47290da873e12607ea1b81dde29be
1 /* Test whether the __builtin__CFStringMakeConstantString
2 "function" fails gracefully when used without the
3 -mconstant-cfstrings flag. */
4 /* Developed by Ziemowit Laski <zlaski@apple.com>. */
6 /* { dg-do compile { target *-*-darwin* } } */
7 /* { dg-options "-mno-constant-cfstrings" } */
9 typedef const struct __CFString *CFStringRef;
11 const CFStringRef S = ((CFStringRef)__builtin___CFStringMakeConstantString("Testing"));
12 /* { dg-error "built-in" "built-in function .* requires .* flag" { target *-*-* } .-1 } */