[Bug libfortran/91593] Implicit enum conversions in libgfortran/io/transfer.c

jvdelisle at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Oct 2 02:35:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91593

--- Comment #7 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Author: jvdelisle
Date: Wed Oct  2 02:35:14 2019
New Revision: 276439

URL: https://gcc.gnu.org/viewcvs?rev=276439&root=gcc&view=rev
Log:
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.

Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/read.c
    trunk/libgfortran/io/write.c


More information about the Gcc-bugs mailing list