gcc/libgfortran/io
Janne Blomqvist 0c15ebf1bd Allow opening file on multiple units
As of Fortran 2018 it's allowed to open the same file on multiple
units.

libgfortran/ChangeLog:

2019-05-15  Janne Blomqvist  <jb@gcc.gnu.org>

	PR fortran/90461
        * io/open.c (new_unit): Don't check if the file is already open
	for F2018.

testsuite/ChangeLog:

2019-05-15  Janne Blomqvist  <jb@gcc.gnu.org>

	PR fortran/90461
        * gfortran.dg/open_errors_2.f90: Add -std=f2008, adjust line number.
	* gfortran.dg/open_errors_3.f90: New test.

From-SVN: r271260
2019-05-15 21:02:36 +03:00
..
async.c libgfortran: Use proper gthr.h API 2019-01-28 06:35:41 +00:00
async.h Update copyright years. 2019-01-01 13:31:55 +01:00
close.c re PR libfortran/89020 (close(status='DELETE') does not remove file) 2019-01-27 19:42:34 +00:00
fbuf.c Update copyright years. 2019-01-01 13:31:55 +01:00
fbuf.h Update copyright years. 2019-01-01 13:31:55 +01:00
file_pos.c Update copyright years. 2019-01-01 13:31:55 +01:00
format.c Update copyright years. 2019-01-01 13:31:55 +01:00
format.h Update copyright years. 2019-01-01 13:31:55 +01:00
inquire.c Update copyright years. 2019-01-01 13:31:55 +01:00
intrinsics.c Update copyright years. 2019-01-01 13:31:55 +01:00
io.h Update copyright years. 2019-01-01 13:31:55 +01:00
list_read.c re PR libfortran/88776 (Namelist read from stdin: loss of data) 2019-01-12 23:06:47 +00:00
lock.c Update copyright years. 2019-01-01 13:31:55 +01:00
open.c Allow opening file on multiple units 2019-05-15 21:02:36 +03:00
read.c Update copyright years. 2019-01-01 13:31:55 +01:00
size_from_kind.c Update copyright years. 2019-01-01 13:31:55 +01:00
transfer.c transfer.c (transfer_array_inner): Do not cast charlen to index_type. 2019-02-26 19:41:53 +01:00
transfer128.c Update copyright years. 2019-01-01 13:31:55 +01:00
unit.c PR other/16615 [1/5] 2019-01-09 16:37:45 -05:00
unix.c Update copyright years. 2019-01-01 13:31:55 +01:00
unix.h Update copyright years. 2019-01-01 13:31:55 +01:00
write.c re PR libfortran/89274 (Inconsistent list directed output of INTEGER(16)) 2019-02-25 11:39:38 +01:00
write_float.def re PR libfortran/79540 (FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test) 2019-03-25 11:48:36 +00:00