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

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmalcolm at gcc dot gnu.org

--- Comment #3 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Context is:

      gfc_fatal_error ("Can't USE the same %smodule we're building!",
                       p->state == COMP_SUBMODULE ? "sub" : "");

Possible i18n issue here; are "module" / "submodule" to be translated; if so,
the "sub"-prefixiing could be problematic

Reply via email to