CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2017/08/07 14:56:46

Modified files:
        regress/lib/libm/fenv: Makefile fenv.c 

Log message:
Clang does not support -ffloat-store, so libm fenv test failed on
i386.  Gcc uses this option it to store x87 registers to memory.
This reduces precision and enforces rounding which this test checks.
The same effect can be achieved by using a volatile double variable
for the result.  This works for both compilers.
OK kettenis@

Reply via email to