math: fenv status flag fixes
authorSzabolcs Nagy <nsz@port70.net>
Mon, 12 Aug 2013 19:57:42 +0000 (19:57 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Mon, 12 Aug 2013 19:57:42 +0000 (19:57 +0000)
all flags are checked for tecorrectly rounded functions except
inexact for fma
all flags but inexact are tested for other functions
fix pow(0,-inf) test case (should raise divbyzero, mpfr bug)
add underflow related testcases


No differences found