gcc/libgfortran/io
Thomas Koenig 0cfc34ad12 Disable -Wstringop-overflow warning after checking code path of caller.
The warning that is disabled, only on this single line, has been
inspected and found to be not applicable; it is known that the size
of the buffer is safe.

libgfortran/ChangeLog:

2020-06-13  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR libfortran/95313
	* io/write.c (ztoa_big): Disable -Wstringop-overflow for one
	line.
2020-06-13 10:04:33 +02:00
..
async.c Fixes a hang on an invalid ID in a WAIT statement. 2020-05-23 19:01:43 +02:00
async.h
close.c
fbuf.c
fbuf.h
file_pos.c
format.c
format.h
inquire.c
intrinsics.c
io.h
list_read.c
lock.c
open.c
read.c
size_from_kind.c
transfer.c PR fortran/95195 - Fortran testcase should clean up afterwards 2020-06-08 21:01:06 +02:00
transfer128.c
unit.c PR fortran/95104 - Segfault on a legal WAIT statement 2020-05-28 21:53:17 +02:00
unix.c
unix.h
write.c Disable -Wstringop-overflow warning after checking code path of caller. 2020-06-13 10:04:33 +02:00
write_float.def