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