X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flogbl.c;h=8a774c7210a673f56b8d4a319fa61691280358ec;hb=629dbf8282882b7c512fd317d18b19044ca628ea;hp=7792b788f8294e64a226d224040fae968848aa34;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/logbl.c b/src/math/logbl.c index 7792b78..8a774c7 100644 --- a/src/math/logbl.c +++ b/src/math/logbl.c @@ -32,7 +32,7 @@ int main(void) y = logbl(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 logbl(%La)=%La, want %s", p->file, p->line, rstr(p->r), p->x, p->y, estr(p->e)); printf(" got %s\n", estr(e));