[Bug c/79615] New: missing space in diagnostic: Substring out of bounds: lower bound

roland.illig at gmx dot de gcc-bugzilla@gcc.gnu.org
Mon Feb 20 00:20:00 GMT 2017


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

            Bug ID: 79615
           Summary: missing space in diagnostic: Substring out of bounds:
                    lower bound
           Product: gcc
           Version: 7.0.1
            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 trans-expr.c:

        msg = xasprintf ("Substring out of bounds: lower bound (%%ld)"
                         "is less than one");

There is a space missing between "(%%ld)" and "is".


More information about the Gcc-bugs mailing list