re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 2 Oct 2019 02:35:14 +0000 (02:35 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 2 Oct 2019 02:35:14 +0000 (02:35 +0000)
commita4626a7b3ed64eac59c7905c5d2f997ffd1bedb2
treea38be292d73ae8293780c9d009dc121ba0b13c10
parent8dc7a6f2a59b252cb756bd1f450558a4850cb6d2
re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)

2019-10-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/91593
* io/read.c (read_decimal): Cast constant to size_t to turn off
a bogus warning.
* io/write.c (btoa_big): Use memset in lieu of setting the null
byte in a string buffer to turn off a bogus warning.

From-SVN: r276439
libgfortran/ChangeLog
libgfortran/io/read.c
libgfortran/io/write.c