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

--- Comment #24 from LIU Hao <lh_mouse at 126 dot com> ---
(In reply to Andrew Pinski from comment #23)
> Note since MSVC 2015 runtime, printf has support %ll so ms_printf should be
> fixed to incldue that.
> 
> https://learn.microsoft.com/en-us/cpp/c-runtime-library/format-specification-
> syntax-printf-and-wprintf-functions?view=msvc-140
> 
> I think for GCC 15, we should just update ms_printf to the 2015 version of
> what is supported ...

`%ll` has been supported since c51f1e7427e6a5ae2a6d82b5a790df77a3adc99a.

`%L` (for floating-point specifiers) is not compatible between `ms_printf` and
`gnu_printf`.

Reply via email to