https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552

--- Comment #24 from Roland Illig <roland.illig at gmx dot de> ---
>From cp/module.cc:
> error_at (loc, "compiled module is %sversion %s",
>           IS_EXPERIMENTAL (their_ver) ? "experimental " : "",
>           their_string);

The word "experimental" must be translatable into other languages such as
German, French, Russian, currently it isn't.  Fixing this properly requires to
split this message into 2 separate messages since the word "experimental" alone
is too ambiguous to translate without further context.

Reply via email to