]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/opts.h
Fix bogus option suggestions for RejectNegative options (PR driver/71651)
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 30 Jun 2016 14:28:50 +0000 (14:28 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 30 Jun 2016 14:28:50 +0000 (14:28 +0000)
commit603107fbb0da3acb1ce296dfef1a592a6451c0b4
tree40d1bc99d4ff173785ae8b7f061698acb8a05f26
parent72fb6bae83446096e467e3713e8e40b2433f8220
Fix bogus option suggestions for RejectNegative options (PR driver/71651)

gcc/ChangeLog:
PR driver/71651
* gcc.c (driver::build_option_suggestions): Pass "option" to
add_misspelling_candidates.
* opts-common.c (add_misspelling_candidates): Add "option" param;
use it to avoid adding negated forms for options marked with
RejectNegative.
* opts.h (add_misspelling_candidates): Add "option" param.

gcc/testsuite/ChangeLog:
PR driver/71651
* gcc.dg/spellcheck-options-12.c: New test case.

From-SVN: r237880
gcc/ChangeLog
gcc/gcc.c
gcc/opts-common.c
gcc/opts.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/spellcheck-options-12.c [new file with mode: 0644]