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/24892] ACCESS argument to the OPEN statement



------- Comment #2 from fxcoudert at gcc dot gnu dot org  2005-11-17 12:47 -------
Subject: Bug 24892

Author: fxcoudert
Date: Thu Nov 17 12:46:57 2005
New Revision: 107119

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107119
Log:
        PR fortran/24892
        * io/io.h (unit_access): Add ACCESS_APPEND.
        * io/open.c (access_opt): Add APPEND value for ACCESS keyword.
        (st_open): Use that new value to set the POSITION accordingly.

        * gfortran.dg/open_access_append_1.f90: New test.
        * gfortran.dg/open_access_append_2.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/open_access_append_1.f90
    trunk/gcc/testsuite/gfortran.dg/open_access_append_2.f90
Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/io.h
    trunk/libgfortran/io/open.c


-- 


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


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