X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fscalblnl.c;h=249248311ec1bb9059dfcb63fe6e483194331ec5;hb=1a68cdaedf8e9d379dc742f8a9c6198c0cb99dc5;hp=bf07c160c26b89c4b473c66a8be963d74b65a1b3;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/scalblnl.c b/src/math/scalblnl.c index bf07c16..2492483 100644 --- a/src/math/scalblnl.c +++ b/src/math/scalblnl.c @@ -32,7 +32,7 @@ int main(void) y = scalblnl(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 scalblnl(%La, %lld)=%La, want %s", p->file, p->line, rstr(p->r), p->x, p->i, p->y, estr(p->e)); printf(" got %s\n", estr(e));