[fpc-devel] Bug #38492

2023-11-10 Thread Adriaan van Os via fpc-devel
Sorry, but I am looking for a diff for fpc bug #38492. Mantis says "'Fixed in Revision: 38492" which looks like a mistake, as 38492 is the bug number. Also gitlab reports fix #11ef1d17 which is instead a register allocation fix. Is the fix already in fpc-3.2 fixes ? Regards, Adriaan van Os __

Re: [fpc-devel] Bug #38492

2023-11-10 Thread Martin Frb via fpc-devel
On 10/11/2023 10:49, Adriaan van Os via fpc-devel wrote: Sorry, but I am looking for a diff for fpc bug #38492. Mantis says "'Fixed in Revision: 38492" which looks like a mistake, as 38492 is the bug number. Also gitlab reports fix #11ef1d17 which is instead a register allocation fix. Is the

Re: [fpc-devel] vargars vs array of const for WinAPI

2023-11-10 Thread Martin Frb via fpc-devel
On 09/11/2023 22:19, Marco van de Voort via fpc-devel wrote: Op 9-11-2023 om 20:47 schreef Martin Frb via fpc-devel: I saw that in some places (I think gtk2) "varargs" is used for open arrray API calls. Any reason that is not adapted for Windows (overloaded)? It probably is newer (kylix). I

Re: [fpc-devel] Bug #38492

2023-11-10 Thread Adriaan van Os via fpc-devel
Martin Frb via fpc-devel wrote: On 10/11/2023 10:49, Adriaan van Os via fpc-devel wrote: Sorry, but I am looking for a diff for fpc bug #38492. Mantis says "'Fixed in Revision: 38492" which looks like a mistake, as 38492 is the bug number. Also gitlab reports fix #11ef1d17 which is instead a r

Re: [fpc-devel] Bug #38492

2023-11-10 Thread Adriaan van Os via fpc-devel
Unfortunately, bug #38492 makes fpc-3.2.0 and 3.2.2 (for me) unusable. On the other hand, the fpc-3.0.4 installer refuses to install on recent versions of MacOS. So, what to do ? 1. help with a fpc-3.2.4 release for MacOS (intel and arm64) ? 2. hack the fpc-3.0.4 installer ? ? 3. put an unoffic

[fpc-devel] Quirk is "IsJumpToLabel"

2023-11-10 Thread J. Gareth Moreton via fpc-devel
Hi everyone, I've been developing a new optimisation for x86, and in one situation a JMP becomes a Jcc.  To make sure it's valid, I ensure that "IsJumpToLabel" returns True before the change is made.  All was well in x86_64-win64 and x86_64-linux, but on i386-linux, I came across a bit of an

[fpc-devel] Build error, main branch, compiler/options.pas 889:33

2023-11-10 Thread drichards--- via fpc-devel
I am getting an incorrect type error at line 889 column 33 in compiler/options.pas. This is the , following the parameter More to the function Copy. More is defined as a String. I do not understand why the function Copy would have a problem with a String as its first parameter. This is my f