2 /* { dg-do compile } */
3 /* { dg-options "-Wformat -Wformat-signedness" } */
15 __builtin_printf ("%u\n", uc
); /* { dg-bogus "expects argument of type" } */
16 __builtin_printf ("%u\n", sc
); /* { dg-warning "expects argument of type" } */
17 __builtin_printf ("%u\n", us
); /* { dg-bogus "expects argument of type" } */
18 __builtin_printf ("%u\n", ss
); /* { dg-warning "expects argument of type" } */
19 __builtin_printf ("%u\n", u
); /* { dg-bogus "expects argument of type" } */
20 __builtin_printf ("%u\n", i
); /* { dg-warning "expects argument of type" } */