[Bug c/52952] Wformat location info is bad (wrong column number)

manu at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Aug 5 18:52:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952

--- Comment #28 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Testcase:

void foo(void)
{
  char str[] = "something %d";
 __builtin_printf(str);

}


More information about the Gcc-bugs mailing list