[Bug translation/79248] New: Typo in symtab.c:1032 "byt" instead of "but"
fmarchal at perso dot be
gcc-bugzilla@gcc.gnu.org
Thu Jan 26 19:39:00 GMT 2017
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".
More information about the Gcc-bugs
mailing list