[Bug translation/93836] New: teach xgettext what HOST_WIDE_INT_PRINT means
roland.illig at gmx dot de
gcc-bugzilla@gcc.gnu.org
Wed Feb 19 20:45:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93836
Bug ID: 93836
Summary: teach xgettext what HOST_WIDE_INT_PRINT means
Product: gcc
Version: 10.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: ---
From pru-pragma.c:
> error ("%<CTABLE_ENTRY%> index %" HOST_WIDE_INT_PRINT "d"
> " is not valid", i);
This code ends up in gcc.pot as:
> msgstr "%<CTABLE_ENTRY%> index %"
This is wrong and means that this particular error message will never be output
in its translated form.
More information about the Gcc-bugs
mailing list