X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Frintl.c;h=2970eb35d83991b177cfccabdd372a2102937152;hb=007ed0d41e3c6ff01cef245e9b35d62d2da87a6d;hp=0079a1bb862827703ce718b0400cdf0e5c6dfd27;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/rintl.c b/src/math/rintl.c index 0079a1b..2970eb3 100644 --- a/src/math/rintl.c +++ b/src/math/rintl.c @@ -32,7 +32,7 @@ int main(void) y = rintl(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 rintl(%La)=%La, want %s", p->file, p->line, rstr(p->r), p->x, p->y, estr(p->e)); printf(" got %s\n", estr(e));