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

steven at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon May 21 23:44:00 GMT 2012


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

--- Comment #3 from Steven Bosscher <steven at gcc dot gnu.org> 2012-05-21 23:15:31 UTC ---
What does clang report for this:

#include <stdio.h>
void f() {
   printf(
"%."
"*d");
}

?



More information about the Gcc-bugs mailing list