Re: [PATCH] Offer suggestions for misspelled --param names.

2016-06-29 Thread Joseph Myers
On Mon, 27 Jun 2016, David Malcolm wrote: > Another use of spellcheck.{c|h}, this time for --param. > > Successfully bootstrapped®retested on x86_64-pc-linux-gnu; > adds 4 PASS results to gcc.sum. > > OK for trunk? OK. -- Joseph S. Myers jos...@codesourcery.com

[PATCH] Offer suggestions for misspelled --param names.

2016-06-27 Thread David Malcolm
Another use of spellcheck.{c|h}, this time for --param. Successfully bootstrapped®retested on x86_64-pc-linux-gnu; adds 4 PASS results to gcc.sum. OK for trunk? gcc/ChangeLog: * opts.c (handle_param): Use find_param_fuzzy to offer suggestions for misspelled param names. *