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

            Bug ID: 90016
           Summary: aarch64: reference to undeclared N in help for command
                    line option
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

From aarch64.opt:

-msve-vector-bits=<number>      Set the number of bits in an SVE vector
register to N.

In a previous version, the text was "-msve-vector-bits=N", and in that version
the "set to N" made sense. After changing the N to <number>, the N refers to an
undefined identifier.

Reply via email to