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.

Reply via email to