On 22/06/2020 18:36, Jonas Maebe wrote:
On 21/06/2020 22:07, Yuriy Sydorov wrote:
It may also be also broken with FPC's code generator, but simply not get
detected at compile time.
Fixed.
Thanks!
Just tested with 3.3.1 from 17.08.2020.
There are still cases where it goes wrong. (tested on
I just noted (testing with 3.3.1 from 2 or 3days ago) that -gw adds 3
variables for result
"result"
"FUNCTIONNAME"
"RESULT"
Why an upper, and lowercase result?
Not tested with dwarf-3
Not tested with older fpc
Win64
Regards
Martin
___
fpc-devel mai
- все Nothing wrong. I'm not offended. It was a perfectly normal answer for a stranger who comes running out of nowhere and says he wants to try something very difficult. ;-) Dmitriy Pomerantsev. 19.08.2020, 10:27, "J. Gareth Moreton via fpc-devel" :Sorry, I didn't mean to imply you were anovice, j
- все Thanks, this might help. Dmitriy Pomerantsev. 19.08.2020, 10:25, "Christo Crause" : There are a couple of wiki pages with some information, see e.g. https://wiki.lazarus.freepascal.org/Porting_Free_Pascal and the links at the bottom of the page. It is unfortunately not very detailed and out
Sorry, I didn't mean to imply you were a
novice, just a slight warning to be prepared
when you dive into the code!
Some documentation would be nice for the
compiler, but I'm not sure where to begin
there except maybe with outlining the
individual compiler stages (creating nodes,
simplifying nodes,
On Tue, Aug 18, 2020 at 2:52 PM Dmitriy Pomerantsev via fpc-devel <
fpc-devel@lists.freepascal.org> wrote:
> Hello. Are there any guides for those who want to try adding something to
> the compiler? For example, I would like to try making a new backend. Is
> there some example template, etc? Or ju