> Am 16.02.2024 um 08:23 schrieb Ern Aldo via fpc-pascal <fpc-pascal at lists.freepascal.org>: > > Compile-time math needs to be as correct as possible. RUN-time math can worry about performance. So you are saying when constant propagation is on, an expression should have a different result than with constant propagation off?