------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-22 
19:49 -------
Subject: Bug 18982

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     [EMAIL PROTECTED]       2005-01-22 19:49:18

Modified files:
        gcc/testsuite  : ChangeLog 
        libgfortran    : ChangeLog 
        libgfortran/io : unix.c 
Added files:
        gcc/testsuite/gfortran.dg: open_new.f90 

Log message:
        2005-01-22  Thomas Koenig  <[EMAIL PROTECTED]>
        
        PR libfortran/18982
        * io/unix.c (regular_file):  No need to change flags->action
        if an error occurs.  Document this.
        No need to call stat() for STATUS_OLD, open() will
        fail anyway.
        For ACTION_UNSPECIFIED, try open for read-write, then for
        read-only if open fails with EACCES, then for write-only
        if that fails with EACCES again.
        * io/unix.c (open_external): Document changed behavior of
        regular_file.
        testsuite/
        * gfortran.dg/open_new.f90: New file.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4924&r2=1.4925
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/open_new.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.149&r2=1.150
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/unix.c.diff?cvsroot=gcc&r1=1.19&r2=1.20



-- 


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

Reply via email to