This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/17499] long long constant broken


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]