This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/17086] IOStreams Large File Support (> 2 GB) not fully implemented.


------- Additional Comments From pcarlini at suse dot de  2004-08-18 20:18 -------
Actually, this one isn't a real duplicate of libstdc++/12882.

The latter is only about a -very- limited (QoI, not conformance) issue: showmanyc
returning zero for large files.

This PR would be about -basic- functionaly of large and also regular sized
files I/O on sparc.

Now: currently we support large files I/O only on selected 32 bit platforms
(besides, automatically, all of the 64 bit platforms), thos using GNU Libc. The
sparc-sun-solaris target is -not- among those.

On the other hand, normal (< 2G) I/O -must- absolutely work on all platforms
and we don't have any PR about this issue, that would highest priority,
probably a blocker for 3.4.2.

Could you please provide a short, self-contained, compilable testcase giving
problems on sparc? Without it we cannot take further actions.

Thanks.
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|DUPLICATE                   |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]