mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 12:00:11 -05:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user