This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/18547] Cygwin


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]