Re: [fpc-pascal] Closure hangs compiler

2023-09-24 Thread Hairy Pixels via fpc-pascal
> On Sep 24, 2023, at 2:51 PM, Michael Van Canneyt via fpc-pascal > wrote: > > I can confirm. Please create a bugreport.  https://gitlab.com/freepascal.org/fpc/source/-/issues/40446 Regards, Ryan Joseph ___ fpc-pascal maillist -

Re: [fpc-pascal] Closure hangs compiler

2023-09-24 Thread Michael Van Canneyt via fpc-pascal
On Sun, 24 Sep 2023, Hairy Pixels via fpc-pascal wrote: This program hangs during compiling. Does this happen to you too? I can confirm. Please create a bugreport. Michael. === Free Pascal Compiler version 3.3.1 [2023/03/03] for

[fpc-pascal] Closure hangs compiler

2023-09-23 Thread Hairy Pixels via fpc-pascal
This program hangs during compiling. Does this happen to you too? === Free Pascal Compiler version 3.3.1 [2023/03/03] for aarch64 {$mode objfpc} {$modeswitch anonymousfunctions} {$modeswitch functionreferences} program test; type TProc =