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

--- Comment #5 from Nikita Kniazev <nok.raven at gmail dot com> ---
> So there is mingw_printf and gnu_printf attributes for mingw because at one 
> point %ll didn't exist for mingw and nobody has updated it since then.

Do you mean that binutils and [other code out
there](https://github.com/search?q=%2F__attribute__%5Cs*%5C%28%5Cs*%5C%28%5Cs*_*format_*%5Cs*%5C%28%5Cs*_*printf%2F&type=code)
should be updated to use gnu_printf in attributes? That would be a lot of work,
clang doesn't know gnu_printf, and is wrong for actual printf wrappers.

Reply via email to