fpc/tests/test/tminmax2.pp

5 lines
242 B
ObjectPascal

{ %opt=-Oonofastmath -O3 } { with fast math, the operands of min/max might be swapped and this breaks the tests using NaN,
but test constant propagation and thus simplification }
{$mode objfpc}
{$I minmax.inc }