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.

Reply via email to