X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flogb.c;h=8d8a20f37d4ed21319cf7435bb17b48748e3ce2f;hb=a7679dc971b8f1174ee0d308aa3590787634a343;hp=505d4020f24579afd41562d775d8f0cd967e4aff;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/logb.c b/src/math/logb.c index 505d402..8d8a20f 100644 --- a/src/math/logb.c +++ b/src/math/logb.c @@ -26,7 +26,7 @@ int main(void) y = logb(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 logb(%a)=%a, want %s", p->file, p->line, rstr(p->r), p->x, p->y, estr(p->e)); printf(" got %s\n", estr(e));