[Bug libstdc++/16854] streams missing "long long" specializations on Tru64
pcarlini at suse dot de
gcc-bugzilla@gcc.gnu.org
Mon Aug 2 13:40:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list