Re: [fpc-devel] FPC and Z80

2020-06-07 Thread Sven Barth via fpc-devel
Am 16.04.2020 um 11:04 schrieb Guillermo: Thanks Swen. I see last commit was 2 days ago so it is active. I would like to know who is responsible to speak to him. May be I can help with the MSX target, but I need gidance about the internals of the compiler (I tried but it is beyond my comprehens

[fpc-devel] 29527 notes with just 6 lines of code ;-)

2020-06-07 Thread Bart via fpc-devel
Hi, I stumbled upon this by accident. (Fpc trunk r45606, 32-bit on Win10-64) I managed to have the compiler issue 29527 identical notes for a single soucefile that consists of just 6 lines: === function FileSize(S: STring): Int64; inline; begin FileSize := FileSize(S); //obviously a m

[fpc-devel] ConsoleIO and flushing buffered output

2020-06-07 Thread Christo Crause via fpc-devel
I want to change the _haltproc for freertos ESP controllers to use normal write/writeln functionality to send information to standard output. On these targets the output is typically buffered serial provided by the OS. Text output written just prior to setting the cpu to sleep doesn't get sent, he

Re: [fpc-devel] ConsoleIO and flushing buffered output

2020-06-07 Thread Michael Van Canneyt
On Sun, 7 Jun 2020, Christo Crause via fpc-devel wrote: I want to change the _haltproc for freertos ESP controllers to use normal write/writeln functionality to send information to standard output. On these targets the output is typically buffered serial provided by the OS. Text output writte