[fpc-pascal] why isn't the 'exit' in the finally end clause executed?

Dennis dec12 at avidsoft.com.hk
Mon Jun 24 17:57:40 CEST 2019


.
>> I seem to remember this was a bug in the Win64 SEH support that was
>> fixed later on, but I can't find the bug report.
> It's still the case on current trunk at least on Win64.
>

Since it might be a bug, I'd like to search for all occurrences of such 
combination in my projects.
How do I find it using regular expression ACROSS line breaks?
That is, how to find the following in Lazarus IDE?

finally
    .....
    exit;
    .....
end;

Thanks in advance.

Dennis


More information about the fpc-pascal mailing list