blob: 922e3268251aa7c0789c11b1f7d28052eb554e04 (
plain)
1
2
3
4
5
6
7
8
9
|
/* PR c/66415 */
/* { dg-do compile } */
/* { dg-options "-Wformat" } */
void
fn1 (void)
{
__builtin_printf ("xxxxxxxxxxxxxxxxx%dxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"); /* { dg-warning "format" } */
}
|