gcc/libgfortran/io
Jerry DeLisle 3aeb697a21 Fortran: Suppress wrong End Of File error with user defined IO.
PR libfortran/105361

libgfortran/ChangeLog:

	* io/list_read.c (finish_list_read): Add a condition check for
	a user defined derived type IO operation to avoid calling the
	EOF error.

gcc/testsuite/ChangeLog:

	* gfortran.dg/pr105361.f90: New test.
2024-07-25 09:01:19 -07:00
..
async.c Update copyright years. 2024-01-03 12:19:35 +01:00
async.h Update copyright years. 2024-01-03 12:19:35 +01:00
close.c Update copyright years. 2024-01-03 12:19:35 +01:00
fbuf.c Update copyright years. 2024-01-03 12:19:35 +01:00
fbuf.h Update copyright years. 2024-01-03 12:19:35 +01:00
file_pos.c libgfortran: Fix file position after ENDFILE statement. 2024-03-26 17:13:51 -07:00
format.c libgfortran: EN0.0E0 and ES0.0E0 format editing. 2024-02-03 09:31:35 -08:00
format.h libgfortran: EN0.0E0 and ES0.0E0 format editing. 2024-02-03 09:31:35 -08:00
inquire.c Update copyright years. 2024-01-03 12:19:35 +01:00
intrinsics.c Update copyright years. 2024-01-03 12:19:35 +01:00
io.h Fortran: Add user defined error messages for UDTIO. 2024-03-05 20:54:07 -08:00
list_read.c Fortran: Suppress wrong End Of File error with user defined IO. 2024-07-25 09:01:19 -07:00
lock.c Update copyright years. 2024-01-03 12:19:35 +01:00
open.c Update copyright years. 2024-01-03 12:19:35 +01:00
read.c libgfortran: [PR105473] Fix checks for decimal='comma'. 2024-02-17 10:03:43 -08:00
size_from_kind.c Update copyright years. 2024-01-03 12:19:35 +01:00
transfer128.c Update copyright years. 2024-01-03 12:19:35 +01:00
transfer.c Fortran: Fix issue with using snprintf function. 2024-03-06 19:57:05 -08:00
unit.c Update copyright years. 2024-01-03 12:19:35 +01:00
unix.c Update copyright years. 2024-01-03 12:19:35 +01:00
unix.h Update copyright years. 2024-01-03 12:19:35 +01:00
write_float.def libgfortran: EN0.0E0 and ES0.0E0 format editing. 2024-02-03 09:31:35 -08:00
write.c Fortran: Fix issue with using snprintf function. 2024-03-06 19:57:05 -08:00