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

            Bug ID: 69265
           Summary: Option suggestion provides a wrong hint
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
  Target Milestone: ---

Hi.

c++ -sanitize=address
c++: error: unrecognized command line option ‘-sanitize=address’; did you mean
‘-Wframe-address’?
c++: fatal error: no input files

c++ -fsanitize=address
c++: fatal error: no input files

I would expect that just adding 'f' character is the best hint provided based
on Levenstein distance.

Thanks

Reply via email to