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

            Bug ID: 80021
           Summary: untranslateable diagnostic "type variant differs by "
                    #flag "."
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

from tree.c:

error ("type variant differs by " #flag ".");

This diagnostic is not translated into other languages, since the extractor
cannot find it. Instead, it finds only the string "type variant differs by "
(see gcc.pot).

While here, the diagnostic ends with a period, which it shouldn't.

Reply via email to