https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79924
Bug ID: 79924 Summary: aarch64: untranslated diagnostics in aarch64_err_no_fpadvsimd Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- In config/aarch64/aarch64.c, the function aarch64_err_no_fpadvsimd assembles diagnostics using plain string concatenation, leaving some elements untranslated. %qs is incompatible with %s %s Translated into German, this becomes: %qs ist inkompatibel zu floating-point return type Whereas the proper translation is: %qs ist inkompatibel zu Gleitkomma-Rückgabetyp See bug 79868 for more examples of the same type.