[Bug target/20366] AIX g++ -D_LARGE_FILES fails to compile #include <iostream>
dje at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Dec 21 00:29:00 GMT 2007
------- Comment #8 from dje at gcc dot gnu dot org 2007-12-21 00:29 -------
The issue is whether to default G++ to _LARGE_FILES, as is done for Fortran,
and perform all libstdc++ I/O as 64-bit operations, which will affect
performance. Not everyone may want or need large I/O. There is no way to give
users control over this without imposing it so G++, G++ headers, and libstdc++
all are self-consistent. The other alternative is another multilib, but there
alredy are too many variants.
--
dje at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dje at gcc dot gnu dot org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-12-21 00:29:21
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20366
More information about the Gcc-bugs
mailing list