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

            Bug ID: 90258
           Summary: [9 Regression] Missing completion for a target option
                    since r264052
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
  Target Milestone: ---

Caused by my commit:

$ gcc -mandroida /tmp/main.c
gcc: error: unrecognized command line option ‘-mandroida’

While we should print:
$ gcc -mandroida /tmp/main.c
gcc: error: unrecognized command line option ‘-mandroida’; did you mean
‘-mandroid’?

Reply via email to