[Bug libstdc++/6020] [hpux 11.00] _FILE_OFFSET_BITS token error

mfbrown1 at students dot uiuc dot edu gcc-bugzilla@gcc.gnu.org
Fri Jul 11 15:45:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6020



------- Additional Comments From mfbrown1 at students dot uiuc dot edu  2003-07-11 15:45 -------
On HP-UX, one of the following must be true in order to use large file mode:

defined(__STDC_EXT__) || !defined(__STDC__) || defined(__LP64__)

g++-3.0.4 fails if __STDC_EXT__ is set, but works if __LP64__ is set.  Now,
g++-3.3 works under both conditions.



More information about the Gcc-bugs mailing list