PR90374 Zero width format specifiers.
commit82033483fd74b1dcedab416d98673e212258498d
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 17 Jan 2020 19:26:10 +0000 (17 11:26 -0800)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 17 Jan 2020 19:26:10 +0000 (17 11:26 -0800)
treed421a53d45895d9869e62fe016679017163cbf87
parent7e45138702a9c26b00d25db07f92a271b054e304
PR90374 Zero width format specifiers.

PR libfortran/90374
* io/format.c (parse_format_list): Zero width not allowed with
FMT_D.
* io/write_float.def (build_float_string): Include range of
higher exponent values that require wider width.
libgfortran/ChangeLog
libgfortran/io/format.c
libgfortran/io/write_float.def