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

            Bug ID: 79248
           Summary: Typo in symtab.c:1032 "byt" instead of "but"
           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: ---

In gcc/symtab.c at line 1032:

  if (analyzed && !definition)
    {
      error ("node is analyzed byt it is not a definition");
      error_found = true;
    }

There is a typo. "byt" should very likely be "but".

Reply via email to