1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wformat-overflow" } */
4 extern int sprintf (char *restrict
, const char *restrict
, ...)
5 __attribute__ ((__nothrow__
));
9 Fgenerate_new_buffer_name (void)
14 __builtin_unreachable ();
16 __builtin_unreachable ();
17 return sprintf (number
, "%d", i
); /* { dg-bogus "writing" } */