[Bug fortran/79861] i18n: add translator comment for "%s !$ACC LOOP loops not perfectly nested at %L"
fmarchal at perso dot be
gcc-bugzilla@gcc.gnu.org
Thu Mar 16 10:34:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79861
Frederic Marchal <fmarchal at perso dot be> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fmarchal at perso dot be
--- Comment #1 from Frederic Marchal <fmarchal at perso dot be> ---
%s can be replaced with the untranslated texts "tiled" or "collapsed".
That's not translator friendly and it introduces a discrepancy between the
messages where "tiled loop" or "collapsed loop" are translated (because they
appear verbatim) and those where they are not (due to the %s placeholder).
There are four such messages using the "clause" variable in
resolve_oacc_nested_loops() that need to be fixed.
More information about the Gcc-bugs
mailing list