gcc/libgfortran/io
Jerry DeLisle b79d3e6a92 Fortran: Implement read_x for UTF-8 encoded files.
PR fortran/99210

libgfortran/ChangeLog:

	* io/read.c (read_x): If UTF-8 encoding is enabled, use
	read_utf8 to move one character over in the read buffer.

gcc/testsuite/ChangeLog:

	* gfortran.dg/pr99210.f90: New test.
2024-02-14 07:57:53 -08: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 Update copyright years. 2024-01-03 12:19:35 +01: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 libgfortran: Bugfix if not define HAVE_ATOMIC_FETCH_ADD 2024-01-15 05:22:07 -08:00
list_read.c Update copyright years. 2024-01-03 12:19:35 +01: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 Fortran: Implement read_x for UTF-8 encoded files. 2024-02-14 07:57:53 -08:00
size_from_kind.c Update copyright years. 2024-01-03 12:19:35 +01:00
transfer.c libgfortran: Adjust bytes_left and pos for access="STREAM". 2024-02-12 15:29:04 -08:00
transfer128.c Update copyright years. 2024-01-03 12:19:35 +01: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.c libgfortran: EN0.0E0 and ES0.0E0 format editing. 2024-02-03 09:31:35 -08:00
write_float.def libgfortran: EN0.0E0 and ES0.0E0 format editing. 2024-02-03 09:31:35 -08:00