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

            Bug ID: 79848
           Summary: diagnostics: too complicated %<%s%>
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

from ipa-devirt.c:

inform (loc_t1,
        "type name %<%s%> should match type name %<%s%>",
        name1, name2);

All instances of %<%s%> should be replaced with the much simpler %qs, in all
files.

Reply via email to