public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/5501: wrong output
@ 2002-01-27  8:34 paolo
  0 siblings, 0 replies; only message in thread
From: paolo @ 2002-01-27  8:34 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, paolo, rolando8

Synopsis: wrong output

Responsible-Changed-From-To: unassigned->paolo
Responsible-Changed-By: paolo
Responsible-Changed-When: Sun Jan 27 08:34:16 2002
Responsible-Changed-Why:
    Triaged.
State-Changed-From-To: open->closed
State-Changed-By: paolo
State-Changed-When: Sun Jan 27 08:34:16 2002
State-Changed-Why:
    Only the first write works because the preceding
    get failed and thus the following put, in strict
    conformance to the standard, does nothing. The preceding
    get failed because you opened the file ate|out and therefore
    you *cannot* read. Also, the get will fail if you will
    not make careful of use of seekg before the get.
    
    In general terms, libstdc++-v3 is *very* strictly conforming
    to the ISO/ANSI standard and the old code must be updated.
    
    Thanks for your report,
    Paolo.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5501


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-27 16:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-27  8:34 libstdc++/5501: wrong output paolo

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