[Bug c++/17499] long long constant broken
pyrodave at msn dot com
gcc-bugzilla@gcc.gnu.org
Fri Sep 17 18:55:00 GMT 2004
------- Additional Comments From pyrodave at msn dot com 2004-09-17 18:55 -------
same results with these typedefs found in stdint.h:
typedef unsigned long long uint64_t;
typedef unsigned long long uint_least64_t;
typedef unsigned long long uint_fast64_t;
Aslo when incremented from ULONG_MAX the value flips as if it was a signed long.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17499
More information about the Gcc-bugs
mailing list