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
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
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
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
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
>
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
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/
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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo