fortran/95509 - fix spellcheck-operator.f90 regression
authorTom Tromey <tromey@adacore.com>
Fri, 5 Jun 2020 12:40:14 +0000 (06:40 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 5 Jun 2020 17:44:24 +0000 (11:44 -0600)
commit640e05e02b567fa5ccf4c207e6fc6c3e9a93b17c
tree4a3f2534885e8c58bbf02503415ca72257e2b3b8
parent1afc4672561a41dfbf4e3f2c1f35f7a5b7a20339
fortran/95509 - fix spellcheck-operator.f90 regression

My earlier patch to add case handling to the spell checker caused a
Fortran regression.  I believe I must have misread the test results.

This patch fixes the problem by changing the cutoff.  I chose this
value because the previous patch effectively multiplied the result of
get_edit_distance by 2 (unless a case change is involved).

gcc/fortran/ChangeLog:

PR fortran/95509
* misc.c (gfc_closest_fuzzy_match): Update cutoff value
computation.
gcc/fortran/misc.c