https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119403
Bug ID: 119403 Summary: Typo in Interface mismatch in dummy procedure at %L conflichts with %L: %s 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: --- There is a typo in word "conflichts" in fortran/interface.cc:2497 2496 gfc_error_opt (0, "Interface mismatch in dummy procedure " 2497 "at %L conflichts with %L: %s", &actual->where, 2498 &formal->declared_at, err);