X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Frintf.c;h=ced880d6d0bad328a1db8d7e83338ac6ea04c8b8;hb=6abdab8bf1ccda7f28916222043bb498a1b9adf3;hp=e64fa1eb6f829110aa48e4ba0360e9282a7762ad;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/rintf.c b/src/math/rintf.c index e64fa1e..ced880d 100644 --- a/src/math/rintf.c +++ b/src/math/rintf.c @@ -26,7 +26,7 @@ int main(void) y = rintf(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 rintf(%a)=%a, want %s", p->file, p->line, rstr(p->r), p->x, p->y, estr(p->e)); printf(" got %s\n", estr(e));