blob: c168ce94854fcf78bef8d19a245a07a71a4d4528 [file] [log] [blame]
/* PR c/66415 */
/* { dg-do compile } */
/* { dg-options "-Wformat" } */
#24
void
fn1 (void)
{
__builtin_printf ("xxxxxxxxxxxxxxxxx%dxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
/* { dg-warning "format" "" { target *-*-* } 27 } */
}