X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffrexpl.c;h=a0cb1b80b06797b695aa3755e10b86c922bfa54a;hb=1a68cdaedf8e9d379dc742f8a9c6198c0cb99dc5;hp=a28b0fdc5577a1049df090f2e24f14d19b0a3cca;hpb=9b9e359952c7591c8cf54ae49a412bbc96bc9cd6;p=libc-test diff --git a/src/math/frexpl.c b/src/math/frexpl.c index a28b0fd..a0cb1b8 100644 --- a/src/math/frexpl.c +++ b/src/math/frexpl.c @@ -1,6 +1,6 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_li t[] = { #if LDBL_MANT_DIG == 53 @@ -33,7 +33,7 @@ int main(void) y = frexpl(p->x, &yi); 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 frexpl(%La)=%La,%lld, want %s", p->file, p->line, rstr(p->r), p->x, p->y, p->i, estr(p->e)); printf(" got %s\n", estr(e));