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 14:19:06 -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 14:19 -------
I understand, I was just reporting the problem so that it can be fixed in gcc
3.4 or 3.5.
Unfortunately I don't have root access on the Tru64 machine to modify the
installed GCC compiler, and it would take too much time to build my own version
of it - I'm not even certain I have enough space on my home directory. I worked
around the problem in my code by typedef'ing to "long" instead of "long long" on
Tru64.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16854