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

            Bug ID: 69642
           Summary: command-line spell check should know about "no-"
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: segher at gcc dot gnu.org
  Target Milestone: ---

$ echo > nope.c
$ gcc -fno-semantic-interpolation nope.c
gcc: error: unrecognized command line option '-fno-semantic-interpolation'; did
you mean '-fsemantic-interposition'?

This confused me for a bit; it would be nice if it could suggest
"did you mean '-fno-semantic-interposition'?" instead.

Reply via email to