https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99302

            Bug ID: 99302
           Summary: untranslated diagnostic from gfc_compare_interfaces
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

gfc_compare_interfaces formats several error messages into (errmsg, err_len).

gfc_compare_interfaces does not translate them into the user's language (such
as German or French), and check_against_globals cannot translate these since at
that point, the placeholders have already been replaced with actual
identifiers.

https://gcc.gnu.org/codingconventions.html#Diagnostics says:
> All diagnostics should be full sentences without English
> fragments substituted in them, to facilitate translation.

Reply via email to