https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119406
Bug ID: 119406 Summary: Typo in Index variable %qs at %L cannot be specified in alocality-spec Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: fmarchal at perso dot be Target Milestone: --- Missing space in fortran/resolve.cc:8217 (https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/fortran/resolve.cc;h=b9c469a5beca8014ba2a832d77c83109b626a233;hb=HEAD#l8218). 8218 gfc_error ("Index variable %qs at %L cannot be specified in a" 8219 "locality-spec", sym->name, &expr->where); The resulting string is "Index variable %qs at %L cannot be specified in alocality-spec" in PO file.