Fortran: Fix typo in error message.
PR fortran/119406 gcc/fortran/ChangeLog: * resolve.cc (resolve_locality_spec): Add space in error message.
This commit is contained in:
parent
00cbf03029
commit
f45d14b495
1 changed files with 1 additions and 1 deletions
|
@ -8215,7 +8215,7 @@ resolve_locality_spec (gfc_code *code, gfc_namespace *ns)
|
|||
{
|
||||
if (iter->var->symtree->n.sym == sym)
|
||||
{
|
||||
gfc_error ("Index variable %qs at %L cannot be specified in a"
|
||||
gfc_error ("Index variable %qs at %L cannot be specified in a "
|
||||
"locality-spec", sym->name, &expr->where);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue