gcc/libgfortran/io
Tobias Burnus 4f41d497c9 libgfortran: Use __builtin_unreachable() not -Wno-stringop-overflow to silence warning
The only caller of write_z is formatted_transfer_scalar_write that passes
kind to 'len'; in turn, write_z is the only caller of xtoa_big, passing on
its 'len'.  The kind is passed as is, except for GFC_REAL_17 for which
len = 16 is used.

libgfortran/
	* io/write.c (xtoa_big): Change a 'GCC diagnostic ignored
	"-Wstringop-overflow"' to an assumption (via __builtin_unreachable).t
2023-09-28 13:06:13 +02:00
..
async.c fortran: Fix coding style around free() 2023-05-08 10:46:47 +02:00
async.h
close.c
fbuf.c
fbuf.h
file_pos.c
format.c fortran: Fix coding style around free() 2023-05-08 10:46:47 +02:00
format.h
inquire.c
intrinsics.c
io.h
list_read.c
lock.c
open.c
read.c
size_from_kind.c
transfer.c fortran: Fix coding style around free() 2023-05-08 10:46:47 +02:00
transfer128.c
unit.c Fortran: Initialize last_char for internal units. 2023-05-12 13:40:41 -07:00
unix.c fortran: Fix coding style around free() 2023-05-08 10:46:47 +02:00
unix.h
write.c libgfortran: Use __builtin_unreachable() not -Wno-stringop-overflow to silence warning 2023-09-28 13:06:13 +02:00
write_float.def