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 libfortran/51646] Make libgfortran compile on Android - without S_IREAD


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

--- Comment #3 from Janne Blomqvist <jb at gcc dot gnu.org> 2011-12-22 20:44:44 UTC ---
Author: jb
Date: Thu Dec 22 20:44:32 2011
New Revision: 182638

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182638
Log:
PR 51646 Use POSIX mode flags in open() argument.

2011-12-22  Janne Blomqvist  <jb@gcc.gnu.org>
    Tobias Burnus  <burnus@net-b.de>

    PR libfortran/51646
    * acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Use POSIX mode
    flags, omit mode argument when flags argument does not have
    O_CREAT.
    * io/unix.c (tempfile): Use POSIX mode flags.
    * configure: Regenerate.


Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/acinclude.m4
    trunk/libgfortran/configure
    trunk/libgfortran/io/unix.c


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