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

            Bug ID: 96249
           Summary: The string "<number> bytes" is repeated at the end of
                    the message
           Product: gcc
           Version: 10.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: goeran at uddeborg dot se
  Target Milestone: ---

In c-family/c.opt, line 1251 at the time of writing, the string "<number>
bytes" is repeated at the end of the description of Wvla-larger-than=

    Wvla-larger-than=
    C ObjC C++ LTO ObjC++ Var(warn_vla_limit) Warning Joined Host_Wide_Int
ByteSize Init(HOST_WIDE_INT_MAX)
    -Wvla-larger-than=<number>  Warn on unbounded uses of variable-length
    arrays, and on bounded uses of variable-length arrays whose bound can be
    larger than <number> bytes.
    <number> bytes.

Reply via email to