------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-10 
08:32 -------
Subject: Bug 20788

CVSROOT:        /cvs/gcc
Module name:    gcc
Branch:         gcc-4_0-branch
Changes by:     [EMAIL PROTECTED]       2005-05-10 08:31:50

Modified files:
        libgfortran    : ChangeLog 
        libgfortran/io : unix.c 

Log message:
        PR libfortran/20788
        * io/unix.c (fd_to_stream): Add an avoid_mmap argument indicating
        we don't we to mmap this stream. Use fd_open instead of mmap_open
        in that case.
        (open_external): Call fd_to_stream with avoid_mmap = 0.
        (input_stream): Call fd_to_stream with avoid_mmap = 1.
        (output_stream): Likewise.
        (error_stream): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.163.2.25&r2=1.163.2.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/unix.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.21.10.1&r2=1.21.10.2



-- 


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

Reply via email to