Re: [fpc-devel] LLVM, interfaces and nested procedure variables

2023-11-25 Thread Jonas Maebe via fpc-devel
On 25/11/2023 13:34, Kieran via fpc-devel wrote: Thanks Jonas, I was mistakenly invoking my non-LLVM compiler. Fix pushed. Jonas ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-dev

Re: [fpc-devel] LLVM, interfaces and nested procedure variables

2023-11-25 Thread Kieran via fpc-devel
Thanks Jonas, I was mistakenly invoking my non-LLVM compiler. On Sat, 25 Nov 2023 at 12:08, Jonas Maebe via fpc-devel < fpc-devel@lists.freepascal.org> wrote: > On 25/11/2023 12:48, Kieran via fpc-devel wrote: > > I'm trying to reproduce a minimal viable demo of a problem compiling > > code using

Re: [fpc-devel] LLVM, interfaces and nested procedure variables

2023-11-25 Thread Jonas Maebe via fpc-devel
On 25/11/2023 12:48, Kieran via fpc-devel wrote: I'm trying to reproduce a minimal viable demo of a problem compiling code using the LLVM backend that has an interface with a parameter that is a nested procedure variable, but I'm not having any luck. I've noticed the difference between my test

[fpc-devel] LLVM, interfaces and nested procedure variables

2023-11-25 Thread Kieran via fpc-devel
Hi, I'm trying to reproduce a minimal viable demo of a problem compiling code using the LLVM backend that has an interface with a parameter that is a nested procedure variable, but I'm not having any luck. I've noticed the difference between my test programs and the large project where I'm seeing