J. Gareth Moreton via fpc-devel schrieb am
Mi., 19. Juli 2023, 19:53:
> Hi everyone,
>
> So I've come across a bit of awkwardness with the compiler. I'm not
> sure if it's a well-defined rule that I've overlooked, but in a
> for-loop, you can't use a 64-bit control variable when compiling for
>
Hi everyone,
So I've come across a bit of awkwardness with the compiler. I'm not
sure if it's a well-defined rule that I've overlooked, but in a
for-loop, you can't use a 64-bit control variable when compiling for
i386-win32 (and presumably other 32-bit platforms), but you can under
x86_64-w
Hello.
While looking at fpc.cfg created by latest FPC 3.3.1 Linux .sh
installer, I noticed the following section in it:
# never need cross-prefix when targeting the JVM
|
# (no native compiler, always cross-compiling)
||
#ifdef cpujvm
||
#undef NEEDCROSSBINUTILS
||
#endif
||
||
# for android
On Wed, 19 Jul 2023, Martin Frb via fpc-devel wrote:
On 19/07/2023 10:22, Michael Van Canneyt via fpc-devel wrote:
The error is logical. What is not logical is that it pops up now.
By all logic, we should have seen this error pop up as early as 2016.
Why it pops up only now is a mystery
On 19/07/2023 10:22, Michael Van Canneyt via fpc-devel wrote:
The error is logical. What is not logical is that it pops up now.
By all logic, we should have seen this error pop up as early as 2016.
Why it pops up only now is a mystery that we need to solve...
I don't have all the details, b
On Wed, 19 Jul 2023, Maxim Ganetsky via fpc-devel wrote:
19.07.2023 3:25, Maxim Ganetsky via fpc-devel пишет:
19.07.2023 0:15, Martin Frb via fpc-devel пишет:
On 18/07/2023 22:56, Martin via fpc-devel wrote:
Using 33dba315366ec3002e062c3aa6dcb15b88356580 (3.3.1)
My fpc.cfg looks like this /