From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15942 invoked by alias); 18 Aug 2004 20:18:24 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 15924 invoked by uid 48); 18 Aug 2004 20:18:22 -0000 Date: Wed, 18 Aug 2004 20:18:00 -0000 Message-ID: <20040818201822.15923.qmail@sourceware.org> From: "pcarlini at suse dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040818192027.17086.idonotknow232@comcast.net> References: <20040818192027.17086.idonotknow232@comcast.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/17086] IOStreams Large File Support (> 2 GB) not fully implemented. X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg01852.txt.bz2 List-Id: ------- 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