This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/24320] fstream class is unable to create file in a read/write mode
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Oct 2005 21:28:29 -0000
- Subject: [Bug libstdc++/24320] fstream class is unable to create file in a read/write mode
- References: <bug-24320-11507@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-11 21:28 -------
(In reply to comment #0)
> Both Suse 9.3 (gcc 3.3.5/x86_64) and 10.0 (gcc 4.0.2/x86_64) exhibit this same
> problem -- open an fstream with out|in will not actually create the file.
> Strace shows that O_CREAT is not passed to open() when out|in is used, but is
> if just 'out' is used. This is a rehash of bug #5629 which is claimed to be
> fixed but apparently isn't.
Well the conversion from gnats to bugzilla lost that PR 5629 was really
invalid.
I reopened it and then close it as invalid.
Closing this one as a dup of that one.
*** This bug has been marked as a duplicate of 5629 ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24320