[cfe-dev] MS 128-bit literals don't always have the correct type

Kim Gräsman kim.grasman at gmail.com
Mon Sep 24 11:31:24 PDT 2012


On Mon, Sep 24, 2012 at 8:21 PM, Aaron Ballman <aaron at aaronballman.com> wrote:
>
>> Which version of VS are you on?
>
> I tried with VS 2012, but am happy to try 2010 or 2008 if it's worth it.

I was just curious -- I tried on VS2010 per earlier post with
comparable results.

It looks like MSVC overall does not allow integer literals larger than
64 bit; 0x1000 0000 0000 0000 0i32 is one nibble too much.

- Kim



More information about the cfe-dev mailing list