Re: [fpc-devel] win32 3.0.2 and SEH

2017-06-15 Thread Max Nazhalov via fpc-devel
Dimitrios Chr. Ioannidis wrote Thu Jun 15 14:11:11 CEST 2017 > is the SEH for win32 enabled by default on 3.0.2 or not AFAIR, no. The last answer from Sergei on this topic, if I didn't miss something, was http://bugs.freepascal.org/view.php?id=28756#c86199 See also discussion in

Re: [fpc-devel] Pure function Wiki page

2018-07-11 Thread Max Nazhalov via fpc-devel
Tue, 10 Jul 2018 03:36:01 +1000 Thorsten Engler wrote: >> -Original Message- >> From: fpc-devel On Behalf Of >> Max Nazhalov via fpc-devel >> Sent: Tuesday, 10 July 2018 02:25 >> >> Just one question: doesn't all this new stuff introduce another ki

Re: [fpc-devel] Pure function Wiki page

2018-07-09 Thread Max Nazhalov via fpc-devel
Just one question: doesn't all this new stuff introduce another kind of mess during cross-compiling? E.g. some complex nested const.expr. "sin(cos(0.12345))" evaluated by the compiler on x64 (double precision) is not the same as if it would be evaluated by the compiled program itself running on