X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fscalblnf.c;h=ab19cf2c1eb185c07d19b3885437c93c5b902f1e;hb=refs%2Fheads%2Fmaster;hp=e5075821a2e3fd806bd5bad5ca1f0dd9bc6480a2;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/scalblnf.c b/src/math/scalblnf.c index e507582..ab19cf2 100644 --- a/src/math/scalblnf.c +++ b/src/math/scalblnf.c @@ -26,7 +26,7 @@ int main(void) y = scalblnf(p->x, p->i); 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 scalblnf(%a, %lld)=%a, want %s", p->file, p->line, rstr(p->r), p->x, p->i, p->y, estr(p->e)); printf(" got %s\n", estr(e));