On 5 June 2020 17:12:58 CEST, Thomas Koenig via Fortran <fort...@gcc.gnu.org> 
wrote:
>Hi Tom,
>
>> 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).
>
>OK.  Thanks for the patch!

Yes, this is probably OK although Fortran is case- insensitive. I think we 
lowercase names coming in from the source (at least for the internal identifier 
nodes), so we should not be affected by any case change.

thanks,

Reply via email to