X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fceill.c;h=2674c568bfceec54263709ad453267c28e6074ea;hb=9dd2aab201c1e36853c7501d40ae22dbe37c87c3;hp=d812dee75b8a88bc1b898bfa72c800ba0323c515;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/ceill.c b/src/math/ceill.c index d812dee..2674c56 100644 --- a/src/math/ceill.c +++ b/src/math/ceill.c @@ -33,7 +33,7 @@ int main(void) y = ceill(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 ceill(%La)=%La, want %s", p->file, p->line, rstr(p->r), p->x, p->y, estr(p->e)); printf(" got %s\n", estr(e));