This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/69453] New: unrecognized command line option suggestions should take negation into account


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

            Bug ID: 69453
           Summary: unrecognized command line option suggestions should
                    take negation into account
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: trippels at gcc dot gnu.org
                CC: dmalcolm at gcc dot gnu.org
  Target Milestone: ---

Unrecognized command line option suggestions should take negation into account:

markus@x4 tmp % g++ --Wno-narrowing
g++: error: unrecognized command line option â--Wno-narrowingâ; did you mean
â-Wnarrowingâ?
g++: fatal error: no input files
compilation terminated.

"did you mean â-Wno-narrowingâ" would be nicer.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]