This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translation/79248] New: Typo in symtab.c:1032 "byt" instead of "but"


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".

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]