[Bug libstdc++/59427] Opening with ios::in | ios::app does not allow appending

paolo.carlini at oracle dot com gcc-bugzilla@gcc.gnu.org
Mon Dec 9 13:20:00 GMT 2013


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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-12-09
     Ever confirmed|0                           |1

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Uhhm, looks like that in 2007 (!) when I implemented the resolution of DR 596 I
failed to also update the behavior of overflow and xsputn to the effect that,
essentially, ios_base::app implies ios_base::out. Seems easy to fix.



More information about the Gcc-bugs mailing list