public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/17086] IOStreams Large File Support (> 2 GB) not fully implemented.
       [not found] <20040818192027.17086.idonotknow232@comcast.net>
@ 2004-08-18 20:18 ` pcarlini at suse dot de
  2004-08-18 20:18 ` pcarlini at suse dot de
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pcarlini at suse dot de @ 2004-08-18 20:18 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/17086] IOStreams Large File Support (> 2 GB) not fully implemented.
       [not found] <20040818192027.17086.idonotknow232@comcast.net>
  2004-08-18 20:18 ` [Bug libstdc++/17086] IOStreams Large File Support (> 2 GB) not fully implemented pcarlini at suse dot de
@ 2004-08-18 20:18 ` pcarlini at suse dot de
  2004-08-18 20:42 ` pcarlini at suse dot de
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pcarlini at suse dot de @ 2004-08-18 20:18 UTC (permalink / raw)
  To: gcc-bugs


------- 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/17086] IOStreams Large File Support (> 2 GB) not fully implemented.
       [not found] <20040818192027.17086.idonotknow232@comcast.net>
  2004-08-18 20:18 ` [Bug libstdc++/17086] IOStreams Large File Support (> 2 GB) not fully implemented pcarlini at suse dot de
  2004-08-18 20:18 ` pcarlini at suse dot de
@ 2004-08-18 20:42 ` pcarlini at suse dot de
  2004-08-18 21:24 ` idonotknow232 at comcast dot net
  2004-09-06 20:04 ` pcarlini at suse dot de
  4 siblings, 0 replies; 6+ messages in thread
From: pcarlini at suse dot de @ 2004-08-18 20:42 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/17086] IOStreams Large File Support (> 2 GB) not fully implemented.
       [not found] <20040818192027.17086.idonotknow232@comcast.net>
                   ` (2 preceding siblings ...)
  2004-08-18 20:42 ` pcarlini at suse dot de
@ 2004-08-18 21:24 ` idonotknow232 at comcast dot net
  2004-09-06 20:04 ` pcarlini at suse dot de
  4 siblings, 0 replies; 6+ messages in thread
From: idonotknow232 at comcast dot net @ 2004-08-18 21:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From idonotknow232 at comcast dot net  2004-08-18 21:24 -------
Paolo,

Tried described code in small test program.  This seems to works for files > 
and < 2GB.  I am stumped why it works in my small test program and not in my 
app.  I will need to perform more testing.  I will pull my app apart and try to 
isolate problem.  The code is tucked away in a class and I may need to isolate 
the class and test the class by itself.  I will let you know if I can reproduce.

-- Robert

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|3.4.1                       |sparc-sun-solaris2.8
   GCC host triplet|3.4.1                       |sparc-sun-solaris2.8
 GCC target triplet|3.4.1                       |sparc-sun-solaris2.8


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/17086] IOStreams Large File Support (> 2 GB) not fully implemented.
       [not found] <20040818192027.17086.idonotknow232@comcast.net>
                   ` (3 preceding siblings ...)
  2004-08-18 21:24 ` idonotknow232 at comcast dot net
@ 2004-09-06 20:04 ` pcarlini at suse dot de
  4 siblings, 0 replies; 6+ messages in thread
From: pcarlini at suse dot de @ 2004-09-06 20:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pcarlini at suse dot de  2004-09-06 20:04 -------
Ok, I guess that we can close this for now: in case a short testcase is able to 
show a real, reproducible problem on solaris, please let us know as soon as 
possible. 
Thanks. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/17086] IOStreams Large File Support (> 2 GB) not fully implemented.
  2004-08-18 19:20 [Bug libstdc++/17086] New: " scrimr at louisville dot stortek dot com
@ 2004-08-18 19:28 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-18 19:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-18 19:28 -------


*** This bug has been marked as a duplicate of 12882 ***

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


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-09-06 20:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20040818192027.17086.idonotknow232@comcast.net>
2004-08-18 20:18 ` [Bug libstdc++/17086] IOStreams Large File Support (> 2 GB) not fully implemented pcarlini at suse dot de
2004-08-18 20:18 ` pcarlini at suse dot de
2004-08-18 20:42 ` pcarlini at suse dot de
2004-08-18 21:24 ` idonotknow232 at comcast dot net
2004-09-06 20:04 ` pcarlini at suse dot de
2004-08-18 19:20 [Bug libstdc++/17086] New: " scrimr at louisville dot stortek dot com
2004-08-18 19:28 ` [Bug libstdc++/17086] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).