2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / format / gcc_gfc-2.c
blobf3095fa296f94f3463ed8985add492005297f714
1 /* PR c/35436 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wformat" } */
5 typedef void locus[1]; /* { dg-error "array of void" } */
7 void foo(const char*, ...)
8 __attribute__((__format__(__gcc_gfc__, 1, 2))); /* { dg-error "locus" } */
10 void bar()
12 foo("%L", 0); /* { dg-warning "format" } */