Re: [fpc-devel] FPC 3.2.2-RC1 released!

2021-03-24 Thread Pierre Muller via fpc-devel
Le 24/03/2021 à 12:10, Marco van de Voort via fpc-devel a écrit : Hello, We have placed the first release candidate of the Free Pascal Compiler version 3.2.2 on our ftp servers. You can help improve the upcoming 3.2.2 release by downloading and testing this release. If you want you can report

Re: [fpc-devel] Odd test failure on x86_64-win64

2021-05-12 Thread Pierre Muller via fpc-devel
Please look at: https://www.freepascal.org/testsuite/cgi-bin/new-testsuite2.cgi?action=4&testfileid=5630 .rdata support, i.e. read-only data sections, is not supported in several CPU-OS combination, and IIRC, it is even worse for PIC code, but I don't really know if these special limitations

Re: [fpc-devel] Anyone an idea were/how to look for the missing merge in 3.0.2

2021-06-09 Thread Pierre Muller via fpc-devel
Le 09/06/2021 à 00:31, Martin Frb via fpc-devel a écrit : I have the following issue. A testcase (LazDebuggerFp/test) works fine. Except for 3.2.0 and 3.2.2 (win 64) with -O3 or -O2 In detail: - It works in 32 bit   3.2.2 --  O3 - It works in 64 bit  3.0.4 / 3.3.1  -- O1 O2 and O3   (My

Re: [fpc-devel] Cross-compiling and warnings from linker

2021-11-12 Thread Pierre Muller via fpc-devel
Le 10/11/2021 à 21:19, Sergey Organov via fpc-devel a écrit : Hello, Using cross-compiler from x86-linux to arm-linux, I keep getting a lot of warnings at the linking stage of my programs, in the form: /opt/[...]/arm-linux-gnueabihf-ld: warning: library search path "/usr/lib/eject/" is unsaf

Re: [fpc-devel] Questions regarding m68k-atari target

2022-02-01 Thread Pierre Muller via fpc-devel
Le 01/02/2022 à 06:28, Thorsten Otto via fpc-devel a écrit : On Freitag, 28. Januar 2022 13:55:11 CET Thorsten Otto via fpc-devel wrote: > Then i tried -Aas, but then the compiler also complains: > > > > Warning: (treated as error) Assembler output selected "AS" is not compatible >

Re: [fpc-devel] Questions about cross-compiling (z80)

2022-02-11 Thread Pierre Muller via fpc-devel
2. Is it possible to add z80 cross compilation target to FP IDE? The FP IDe shows me a few targets, but z80 is not there. The text mode IDE can only ever compile for one CPU platform, so you need to build it for Z80. Though I don't know right now whether this is enabled. I just added ba

Re: [fpc-devel] Attn Florian, commit 1b698210 10/10/2022 22:45:31 breaks DWARF info

2022-10-19 Thread Pierre Muller via fpc-devel
Hi Martin, could you tell me if https://gitlab.com/freepascal.org/fpc/source/-/issues/39928#note_1140122898 fixes your troubles? Thanks in advance, Pierre Le 19/10/2022 à 19:47, Martin Frb via fpc-devel a écrit : Revision: 1b6982107f1ac4b4111e37be0a3649d155a2bc1e Author: florian Date: 10/

Re: [fpc-devel] Haiku

2023-02-05 Thread Pierre Muller via fpc-devel
Hi Paul, The web site is not up to date, but if you go to: https://sourceforge.net/projects/freepascal/files/Haiku/3.2.2/ you will find the 3.2.2 release for x86_64 CPU. I used it only very little, and I am not sure it works for all beta/alpha releases... Please let us know if it works

Re: [fpc-devel] How to view .ll files generated by LLVM backend?

2023-07-26 Thread Pierre Muller via fpc-devel
Le 25/07/2023 à 17:52, Lucian Popescu via fpc-devel a écrit : Hi, I followed the instructions for building FPC with LLVM presented here [1]. Now I am interested in generating LLVM assembly from the corresponding Pascal code. Is there any method to achieve this? Just use -al option, this wi

Re: [fpc-devel] softfloat: sizeOf( floatx80 )

2024-09-28 Thread Pierre Muller via fpc-devel
I think that the big endian version (see grep below) would suffer if you would use packed because the high field of size 2, would put the low field of size 8 at offset 2, which would trigger unaligned access to this field. For the little endian definition, it doesn't change anything, does it? Pi

Re: [fpc-devel] tests/test/tset6.pp failure

2025-04-26 Thread Pierre Muller via fpc-devel
Le 26/04/2025 à 01:07, J. Gareth Moreton via fpc-devel a écrit : Hi everyone, I'm curious behind the continuous failure of tests/test/tset6.pp - is it a feature that hasn't been implemented yet or a parser problem? Sets with more than 256 elements has never been implemented into the compi

Re: [fpc-devel] Test fix

2025-04-25 Thread Pierre Muller via fpc-devel
Hi, I add the IN_TESTS conditional code to avoid getting timeout related failures, inside testsuite. I didn't notice that more than one iteration was needed for bfloatfunc.pp, because I tried it with ITERATIONS=1 and it seemed to finish without failure... I have no objection to your patch

Re: [fpc-devel] Test fix

2025-04-26 Thread Pierre Muller via fpc-devel
ect the index, so I use $8 for the count to indicate that the bitwise nature of it is important. Kit On 25/04/2025 21:31, Pierre Muller via fpc-devel wrote: Hi,   I add the IN_TESTS conditional code to avoid getting timeout related failures, inside testsuite.   I didn't notice that more th

[fpc-devel] oldheap.inc file missing (was: heap.inc evo when)

2025-04-19 Thread Pierre Muller via fpc-devel
Florian, you committed several changes to fix history, but they somehow resulted in the fact that oldheap.inc is not present in current trunk... This means that it is impossible to test old heap, could you please reinstall oldheap or explain what happens. Pierre muller@cfarm422:~/pas/tru

Re: [fpc-devel] Can't run i386-linux tests

2025-06-13 Thread Pierre Muller via fpc-devel
c/3.2.2/units/i386-linux/fcl-process" as a unit directory? Gareth aka. Kit On 13/06/2025 13:14, Pierre Muller via fpc-devel wrote: Could you please add OPT="-vwnihut" to the make call? It probably has a problem with the process unit from release installation... But I would lik

Re: [fpc-devel] Can't run i386-linux tests

2025-06-13 Thread Pierre Muller via fpc-devel
ttached is the log of me running 'make' for the test suite.  It doesn't matter how far back I go in the commit history or what compiler options I specify - it falls over at the same point. Gareth aka. Kit On 13/06/2025 07:22, Pierre Muller via fpc-devel wrote: Hi Gareth, your email

Re: [fpc-devel] Can't run i386-linux tests

2025-06-12 Thread Pierre Muller via fpc-devel
Hi Gareth, your email is not detailed enough so that we can really help you. Using a compiler: TEST_OPT=~/Documents/fpc-opts/compiler/ppc386 as option is certainly not working... But your error is probably due to an installation issue. The dotest program will be compiled using your default Fre