PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr77520.c
blobb237639fb20f141f0f8e2a6a7f89eaa22d56fcbe
1 /* PR c/77520 - wrong value for extended ASCII characters in -Wformat message
2 Verify that characters in the extended ASCII range are quoted and not
3 allowed to be printed raw. */
4 /* { dg-do compile } */
5 /* { dg-options "-Wformat" } */
7 void f (void)
9 __builtin_printf ("%\x80"); /* { dg-warning "unknown conversion type character .\\\\x80. in format" } */