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

            Bug ID: 93854
           Summary: typo: defined here %qD
           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-vrp.c:
>       inform (DECL_SOURCE_LOCATION (rec), "defined here %qD", rec);

This should probably be "%qD was defined here".

Reply via email to