[Bug libstdc++/11436] ios::app bug on RedHat 7.3 with gcc 3.3

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jul 5 20:54:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


reichelt at gcc dot gnu dot org changed:

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


------- Additional Comments From reichelt at gcc dot gnu dot org  2003-07-05 20:54 -------
Not a bug.

According to paragraph 27.8.1.3, there are only two valid modes for opening a
file using ios::app, namely

1.) ios::out | ios::app
2.) ios::out | ios::app | ios::binary

Previous versions of gcc just were less picky.

Regards,
Volker



More information about the Gcc-bugs mailing list