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

            Bug ID: 79998
           Summary: typo in diagnostic "specified bound %wu"
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

from gimple-ssa-sprintf.c:

warning_at (gimple_location (info.callstmt), info.warnopt (),
            "specified bound %wu exceeds %<INT_MAX %>",
            dstsize);

There is an extra space after INT_MAX.

Reply via email to