[Bug libfortran/90374] Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d and ew.d e0 edit descriptors for output

thenlich+gccbug at gmail dot com gcc-bugzilla@gcc.gnu.org
Sat Dec 14 07:47:00 GMT 2019


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

--- Comment #18 from Thomas Henlich <thenlich+gccbug at gmail dot com> ---
(In reply to Thomas Henlich from comment #13)
> For example:
> 
> gfc_notify_std (GFC_STD_F2018, "positive width required at %L",
> &format_locus)
> 
> should read
> gfc_notify_std (GFC_STD_F2018, "zero width at %L", &format_locus)

Even so, "zero width" is not the best choice of words, "E0.d editing" or "E0
editing" would be more appropriate; or "%<E0%> in format at %L" to keep it
consisten with other uses.


More information about the Gcc-bugs mailing list