-
- Downloads
re PR libfortran/24892 (ACCESS argument to the OPEN statement)
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. From-SVN: r107119
Showing
- gcc/testsuite/ChangeLog 6 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/open_access_append_1.f90 20 additions, 0 deletionsgcc/testsuite/gfortran.dg/open_access_append_1.f90
- gcc/testsuite/gfortran.dg/open_access_append_2.f90 5 additions, 0 deletionsgcc/testsuite/gfortran.dg/open_access_append_2.f90
- libgfortran/ChangeLog 7 additions, 0 deletionslibgfortran/ChangeLog
- libgfortran/io/io.h 1 addition, 1 deletionlibgfortran/io/io.h
- libgfortran/io/open.c 14 additions, 0 deletionslibgfortran/io/open.c
Loading
Please register or sign in to comment