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

            Bug ID: 93852
           Summary: typo: def instead of definition
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: translation
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

From tree-cfg.c:
>         error ("missing %<PHI%> def");

The GCC diagnostics guidelines recomment to use actual words instead of
internal abbreviations.

Reply via email to