Closed GoogleCodeExporter closed 9 years ago
I do not have such environment to reproduce the problem. Can you help checking
whether ULL suffix able to solve the issue?
if (!(u64 & 0x8000000000000000ULL))
flags_ |= kInt64Flag;
if (!(u64 & 0xFFFFFFFF00000000ULL))
flags_ |= kUintFlag;
if (!(u64 & 0xFFFFFFFF80000000ULL))
flags_ |= kIntFlag;
Original comment by milo...@gmail.com
on 31 Jan 2012 at 3:50
I temporarily solved it with LL suffix, but I also will check it with ULL.
I work on MacOs from time to time, therefore this it will not be very soon.
Original comment by archj...@gmail.com
on 1 Feb 2012 at 8:43
This issue was closed by revision r54.
Original comment by milo...@gmail.com
on 19 Feb 2012 at 2:39
Original issue reported on code.google.com by
archj...@gmail.com
on 25 Jan 2012 at 5:25