https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93879
Bug ID: 93879 Summary: typo: frequency quality Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- From gimple-parser.c: > c_parser_error (parser, "expected frequency quality"); The word "quality" looks like a copy-and-paste mistake from the message below it, which is "expected profile quality". There should be an automatic test for this diagnostic, which would have probably caught this mistake before it reaches the i18n translator. :)