This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/16854] streams missing "long long" specializations on Tru64
- From: "papadopo at shfj dot cea dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Aug 2004 13:55:19 -0000
- Subject: [Bug libstdc++/16854] streams missing "long long" specializations on Tru64
- References: <20040802132147.16854.papadopo@shfj.cea.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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