[cfe-dev] printf: invalid conversion specifier: 'I' when using "I64d" on Windows

Eli Friedman eli.friedman at gmail.com
Wed Aug 8 14:15:30 PDT 2012


On Wed, Aug 8, 2012 at 2:03 PM, Jordan Rose <jordan_rose at apple.com> wrote:
> Interesting. Shouldn't be too hard to add support here (conditioned on
> -fms-compatibility, perhaps?),

Not -fms-compatibility; the issue is whether the MS runtime is in use,
which is true in contexts where we don't use -fms-compatibility (like
MinGW).  There are only a couple relevant target triples, though; we
can easily check for them.

-Eli



More information about the cfe-dev mailing list