X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fsqrtl.c;h=ab59cc85dafea92cb108d203c994c759202ef076;hb=87d3272494d9e6ea18bde49a8771f6a92e15dc8e;hp=6329a3ebbe1dcd58cdd4b5eeede53d192e48ca86;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/sqrtl.c b/src/math/sqrtl.c index 6329a3e..ab59cc8 100644 --- a/src/math/sqrtl.c +++ b/src/math/sqrtl.c @@ -33,7 +33,7 @@ int main(void) y = sqrtl(p->x); 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 sqrtl(%La)=%La, want %s", p->file, p->line, rstr(p->r), p->x, p->y, estr(p->e)); printf(" got %s\n", estr(e));