https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80055
Bug ID: 80055
Summary: do not mark arguments of internal_error for i18n
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: translation
Assignee: unassigned at gcc dot gnu.org
Reporter: roland.illig at gmx dot de
Target Milestone: ---
Expanding on bug 79596 (mentions only gfc_internal_error), as well as a
discussion on a mailing list.
From https://gcc.gnu.org/ml/gcc/2017-03/msg00049.html:
> In my opinion, there is no point in having internal error messages
> translated, since their only purpose is to be sent back to the GCC
> developers, instead of being interpreted and acted upon by the GCC user.
> By not translating the internal errors, the necessary work for
> translators can be cut down by several hundred messages.