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
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.
*