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: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Aug 2004 13:40:10 -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 pcarlini at suse dot de 2004-08-02 13:40 -------
PR libstdc++/16210 is related to this one, but not identical: for gcc3.4.x we
have been able to remove completely the autoconf test for _GLIBCPP_USE_LONG_LONG
since no libc functions are used anymore to support I/O of long long types.
On the other hand, if long long support ends up being disabled on Tru64 with
gcc3.3.x, it's because the required strto(u)ll functions are not available there:
we can't do much about this, unfortunately.
Can you confirm the latter analysis?
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16854