[fpc-pascal] {$include %dateyear%}

2021-12-24 Thread Il Grande Beppe via fpc-pascal
Hello All, I'm reading https://www.freepascal.org/docs-html/prog/progsu41.html It seems to me that {$include %dateyear%} , {$include %datemonthr%}  and {$include %dateday%}  are treated as numbers in the source code, not a string as expected  from the description (only linenum is supposed to b

[fpc-pascal] Raspberry Pi3B - often EBusError: Bus error or misaligned data access

2020-05-05 Thread Il Grande Beppe via fpc-pascal
Hello All, With the 3.2.0-RC1 on a Raspberry PiB running raspbian, most of my software which ran very well when compiled with fpc 3.0.4 do stop with the error in title when or near a seek() is done in a structured binary file. I tryed first -O3 then -O2 then -O1 then no optimisation option with

[fpc-pascal] $OPTIMIZATION DEADSTORE

2017-05-21 Thread Il Grande Beppe
Hello, I use FPC 3.0.0 on WinXP, Mageia5 and the latest Raspbian, thanks to the incredible versatility of this fabulous compiler - and the very appreciated work of you all ! I have a bad experience with $OPTIMIZATION DEADSTORE to report with a long software for numerical simulation of the sol