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 libstdc++/16854] streams missing "long long" specializations on Tru64


------- Additional Comments From papadopo at shfj dot cea dot fr  2004-08-02 13:55 -------
I can confirm strto(u)ll are not available on Tru64. However that's not a
problem since you can use strto(u)l instead.

Remember, Tru64 is a 64-bit system (64-bit *only* as opposed to other systems
that used to be 32-bit, have moved to 64-bit, and run both 32-bit and 64-bit
programs).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16854


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