Re: [fpc-devel] Freeze of fixes for 3.2.4 by 9th June

2024-06-10 Thread J. Gareth Moreton via fpc-devel
Aah, that's fair.  I thought I had finalised the reciprocal multiplication algorithms earlier than that. Apologies for not putting together a test for the other commit. I've been tied up with other tasks.  I'll still try to put one together though if you would still like an extra test case.

Re: [fpc-devel] Freeze of fixes for 3.2.4 by 9th June

2024-06-10 Thread Florian Klämpfl via fpc-devel
On 05.06.24 13:16, J. Gareth Moreton via fpc-devel wrote: Uncertain if this one has been added or not: https://gitlab.com/freepascal.org/fpc/source/-/merge_requests/218 - this one fixes a bug with division nodes Commits are: 54aae023ea2f4ee864c4ef3ce98ad387c166cb52 - bug fix fb14bc84594307373

Re: [fpc-devel] Freeze of fixes for 3.2.4 by 9th June

2024-06-08 Thread Benito van der Zander via fpc-devel
Hi, i made two patches to fix my Android app crashing: https://gitlab.com/freepascal.org/fpc/source/-/merge_requests/235 https://gitlab.com/freepascal.org/fpc/source/-/issues/39985 I do not believe it is possible to build a stable Android 64-bit library with current fixes Cheers, Benito O

Re: [fpc-devel] Freeze of fixes for 3.2.4 by 9th June

2024-06-08 Thread J. Gareth Moreton via fpc-devel
Yeah, unfortunately that sounds risky and untested. Kit On 08/06/2024 18:10, Marģers . via fpc-devel wrote: If you put it that way, then no, i don't I'm not sure there exists nice commits to pick from. There was a big avx512 branch merge. I made patch for personal use by comparing x86ins.dat

Re: [fpc-devel] Freeze of fixes for 3.2.4 by 9th June

2024-06-08 Thread Marģers . via fpc-devel
If you put it that way, then no, i don't I'm not sure there exists nice commits to pick from. There was a big avx512 branch merge. I made patch for personal use by comparing x86ins.dat from fixes and main. Striped all avx512 lines and avx512 only instructions. What was left

Re: [fpc-devel] Freeze of fixes for 3.2.4 by 9th June

2024-06-08 Thread J. Gareth Moreton via fpc-devel
If you've got the commit(s) to hand, there's still time! Kit On 08/06/2024 14:00, Marģers . via fpc-devel wrote: Is there a reason why missing x86 assembler instructions have not made to fixes (except for avx512, that would be too much)? To get finally forward with the 3.2.4 release, fixe

Re: [fpc-devel] Freeze of fixes for 3.2.4 by 9th June

2024-06-08 Thread Marģers . via fpc-devel
Is there a reason why missing x86 assembler instructions have not made to fixes (except for avx512, that would be too much)?   To get finally forward with the 3.2.4 release, fixes will be frozen by 9th June, so if there are some last second cherry picks needed, now it’s time

Re: [fpc-devel] Freeze of fixes for 3.2.4 by 9th June

2024-06-05 Thread J. Gareth Moreton via fpc-devel
Uncertain if this one has been added or not: https://gitlab.com/freepascal.org/fpc/source/-/merge_requests/218 - this one fixes a bug with division nodes Commits are: 54aae023ea2f4ee864c4ef3ce98ad387c166cb52 - bug fix fb14bc845943073730f66be5c0450fe08afca276 - tests Kit On 02/06/2024 21:28,

Re: [fpc-devel] Freeze of fixes for 3.2.4 by 9th June

2024-06-04 Thread Maxim Ganetsky via fpc-devel
02.06.2024 23:28, Florian Klämpfl via fpc-devel пишет: To get finally forward with the 3.2.4 release, fixes will be frozen by 9th June, so if there are some last second cherry picks needed, now it’s time to speak up :) Can fcl-fpcunit changes related to junit-compatible output be considered

Re: [fpc-devel] Freeze of fixes for 3.2.4 by 9th June

2024-06-04 Thread Florian Klämpfl via fpc-devel
On 04.06.24 01:10, J. Gareth Moreton via fpc-devel wrote: P.S. That's commit abf89eea0d6a36add99bfbcb6a0cedcec18cca59 Looks like being merged already? Did you test @Adriaan? On 03/06/2024 22:33, Adriaan van Os via fpc-devel wrote: Florian Klämpfl via fpc-devel wrote: To get finally forward

Re: [fpc-devel] Freeze of fixes for 3.2.4 by 9th June

2024-06-03 Thread J. Gareth Moreton via fpc-devel
P.S. That's commit abf89eea0d6a36add99bfbcb6a0cedcec18cca59 On 03/06/2024 22:33, Adriaan van Os via fpc-devel wrote: Florian Klämpfl via fpc-devel wrote: To get finally forward with the 3.2.4 release, fixes will be frozen by 9th June, so if there are some last second cherry picks needed, now i

Re: [fpc-devel] Freeze of fixes for 3.2.4 by 9th June

2024-06-03 Thread Adriaan van Os via fpc-devel
Florian Klämpfl via fpc-devel wrote: To get finally forward with the 3.2.4 release, fixes will be frozen by 9th June, so if there are some last second cherry picks needed, now it’s time to speak up :) 0038492: $setc regression; Regards, Adriaan van Os __