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 Update copyright years. 2023-01-16 11:52:17 +01:00
close.c Update copyright years. 2023-01-16 11:52:17 +01:00
fbuf.c Update copyright years. 2023-01-16 11:52:17 +01:00
fbuf.h Update copyright years. 2023-01-16 11:52:17 +01:00
file_pos.c Update copyright years. 2023-01-16 11:52:17 +01:00
format.c fortran: Fix coding style around free() 2023-05-08 10:46:47 +02:00
format.h Update copyright years. 2023-01-16 11:52:17 +01:00
inquire.c Update copyright years. 2023-01-16 11:52:17 +01:00
intrinsics.c Update copyright years. 2023-01-16 11:52:17 +01:00
io.h Update copyright years. 2023-01-16 11:52:17 +01:00
list_read.c Fortran: Reject semicolon after namelist name. 2023-05-07 19:02:42 -07:00
lock.c Update copyright years. 2023-01-16 11:52:17 +01:00
open.c Update copyright years. 2023-01-16 11:52:17 +01:00
read.c Update copyright years. 2023-01-16 11:52:17 +01:00
size_from_kind.c Update copyright years. 2023-01-16 11:52:17 +01:00
transfer128.c Update copyright years. 2023-01-16 11:52:17 +01:00
transfer.c fortran: Fix coding style around free() 2023-05-08 10:46:47 +02:00
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 Update copyright years. 2023-01-16 11:52:17 +01:00
write_float.def Update copyright years. 2023-01-16 11:52:17 +01:00
write.c libgfortran: Use __builtin_unreachable() not -Wno-stringop-overflow to silence warning 2023-09-28 13:06:13 +02:00