This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/9523: ios_base::sync_with_stdio clobbers standard streams
- From: paolo at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, paolo at gcc dot gnu dot org, peturr02 at ru dot is
- Date: 8 Feb 2003 21:27:56 -0000
- Subject: Re: libstdc++/9523: ios_base::sync_with_stdio clobbers standard streams
- Reply-to: paolo at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, paolo at gcc dot gnu dot org, peturr02 at ru dot is, gcc-gnats at gcc dot gnu dot org
Synopsis: ios_base::sync_with_stdio clobbers standard streams
Responsible-Changed-From-To: unassigned->paolo
Responsible-Changed-By: paolo
Responsible-Changed-When: Sat Feb 8 21:27:56 2003
Responsible-Changed-Why:
Investigating...
State-Changed-From-To: open->analyzed
State-Changed-By: paolo
State-Changed-When: Sat Feb 8 21:27:56 2003
State-Changed-Why:
Confirmed: upon a call of ios_base::sync_with_stdio(false)
ios_base is currently fully _destroyed_ and then recreated
in the new mode: meagre chances to keep intact the state ;)
Let's what we can do...
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9523