X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffdiml.c;h=5a27042b559d4844e7bc848d4c1168092c4b9372;hb=d45a85265f43d2478476a0aba6bffc7872b060f5;hp=e08e27efb885785554135b0fb48af680a62faebc;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/fdiml.c b/src/math/fdiml.c index e08e27e..5a27042 100644 --- a/src/math/fdiml.c +++ b/src/math/fdiml.c @@ -32,7 +32,7 @@ int main(void) y = fdiml(p->x, p->x2); e = fetestexcept(INEXACT|INVALID|DIVBYZERO|UNDERFLOW|OVERFLOW); - if (!checkexcept(e, p->e, p->r)) { + if (!checkexceptall(e, p->e, p->r)) { printf("%s:%d: bad fp exception: %s fdiml(%La,%La)=%La, want %s", p->file, p->line, rstr(p->r), p->x, p->x2, p->y, estr(p->e)); printf(" got %s\n", estr(e));