Re: [fpc-pascal] Floating point question

2024-02-02 Thread Thomas Kurz via fpc-pascal
Well, 8427.0229, that's what I want. But what I get is 8427.0224 And that's what I don't unterstand. - Original Message - From: Bernd Oppolzer via fpc-pascal To: Bart via fpc-pascal Sent: Sunday, January 28, 2024, 10:13:07 Subject: [fpc-pascal] Floating point question To si

[fpc-pascal] Crash with cthreads and snapshot ppca64 on macos 14.2.1

2024-02-02 Thread Adriaan van Os via fpc-pascal
I get a "Threading has been used before cthreads was initialized." crash for a simple program program test; uses cthreads; begin writeln( 'Hello') end. on macos 14.2.1 with a fpc 3.3.1-14334-g5205ce30f4 snapshot, but the crash only occurs with mode -Mmacpas (which I assumes implicitely use