On Fri, 14 Nov 2014, Jakub Jelinek wrote:

> You want
>       gfc_error (is_oacc (p)
>                  ? "%s statement at %C leaving OpenACC structured block"
>                  : "%s statement at %C leaving OpenMP structured block",
>                  gfc_ascii_statement (st));
> instead to be more translation friendly.

Does gettext now extract both halves of a conditional expression?  At 
least at one point it was necessary to use an if statement, or mark up 
both strings with G_() to get them extracted.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to