On Thu, Mar 09, 2017 at 12:45:26PM -0500, David Malcolm wrote:
> xgettext wasn't locating the message:
> 
>       ("...this statement, but the latter is misleadingly indented"
>        " as if it were guarded by the %qs"),
> 
> when building gcc.pot, and so this message was not being translated.
> 
> It appears the root cause is the parens around the concatenated
> literals.  A fix would be to convert it to usage of the G_ macro,
> but this patch simply removes the parens.
> 
> gcc/c-family/ChangeLog:
>       PR c/79921
>       * c-indentation.c (warn_for_misleading_indentation): Remove parens
>       from inform's message, so that xgettext can locate it.

Ok, thanks.

        Jakub

Reply via email to