X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fceilf.c;fp=src%2Fmath%2Fceilf.c;h=3d2099774a9c8f42951ef645a73c2fa16843151f;hb=cda5e0484c98223a552580e79af378a6e6e83305;hp=03d7dfbb976014c63bf5a099b49e91a7dda51256;hpb=f9ba40bcb2e9cf0e51368d1144a000d1cc15ab9f;p=libc-test diff --git a/src/math/ceilf.c b/src/math/ceilf.c index 03d7dfb..3d20997 100644 --- a/src/math/ceilf.c +++ b/src/math/ceilf.c @@ -27,7 +27,7 @@ int main(void) y = ceilf(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 ceilf(%a)=%a, want %s", p->file, p->line, rstr(p->r), p->x, p->y, estr(p->e)); printf(" got %s\n", estr(e));