From: Jakub Jelinek Date: Sun, 28 Feb 2021 10:14:24 +0000 (+0100) Subject: fortran: Replace double space in diagnostic with a single one [PR99300] X-Git-Tag: basepoints/gcc-12~824 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a77ca7d3647e6fbc34fe76aceb389d6fb95fdf4;p=thirdparty%2Fgcc.git fortran: Replace double space in diagnostic with a single one [PR99300] The diagnostic had " " in it instead of just " ". 2021-02-28 Jakub Jelinek PR fortran/99300 * frontend-passes.c (doloop_code): Replace double space in diagnostics with a single space. --- diff --git a/gcc/fortran/frontend-passes.c b/gcc/fortran/frontend-passes.c index 63ee7b9cd50d..2b9c2d179bb3 100644 --- a/gcc/fortran/frontend-passes.c +++ b/gcc/fortran/frontend-passes.c @@ -2648,7 +2648,7 @@ doloop_code (gfc_code **c, int *walk_subtrees ATTRIBUTE_UNUSED, { if (f->sym->attr.intent == INTENT_OUT) gfc_error_now ("Variable %qs at %L set to undefined " - "value inside loop beginning at %L as " + "value inside loop beginning at %L as " "INTENT(OUT) argument to subroutine %qs", do_sym->name, &a->expr->where, &(doloop_list[i].c->loc),