This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/18547] Cygwin
- From: "gerrit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Nov 2004 16:30:26 -0000
- Subject: [Bug bootstrap/18547] Cygwin
- References: <20041118172145.18547.illumanus@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From gerrit at gcc dot gnu dot org 2004-11-21 16:30 -------
(In reply to comment #1)
> Text mode is the default at least according to C89 so the bug is in cygwin and
not GCC.
If you want a file to be mode 'A' then read/write it in this mode explicitly.
You cannot expect the underlying OS to know who is reading/writing a file and
how to do it without explicitly telling the OS what is expected.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18547