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

            Bug ID: 79208
           Summary: Typo in gcc/ipa-devirt.c:1631
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: translation
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fmarchal at perso dot be
  Target Milestone: ---

I believe there is a typo in the warning message reported in ipa-devirt.c at
line 1631:

    if (DECL_VIRTUAL_P (f1) != DECL_VIRTUAL_P (f2))
    {
        warn_odr (t1, t2, f1, f2, warn, warned,
             G_("s definition that differs by virtual "
             "keyword in another translation unit"));
        return false;
    }

The first lone "s" may be a "a". Or the whole word ("same" maybe) is truncated.

The Swedish translator opted for a "a".

Reply via email to