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

            Bug ID: 122285
           Summary: Ironic --help line for NegativeAlias
           Product: gcc
           Version: 16.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: xry111 at gcc dot gnu.org
  Target Milestone: ---

For example, gcc --help=optimize gives:

  -freg-struct-return         Return small aggregates in registers.  Same as
                              -fpcc-struct-return.

But in fact -freg-struct-return is same as -fno-pcc-struct-return.

Reply via email to