mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 07:00:29 +08:00
fortran: Replace double space in diagnostic with a single one [PR99300]
The diagnostic had " " in it instead of just " ". 2021-02-28 Jakub Jelinek <jakub@redhat.com> PR fortran/99300 * frontend-passes.c (doloop_code): Replace double space in diagnostics with a single space.
This commit is contained in:
parent
d3805e6d57
commit
3a77ca7d36
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user