X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fceil.c;h=253654cf4c0d800d267ab0cdb71221efa173aa2f;hb=b35e816189efde540e299412172acf6cd987dfdd;hp=0b88c25f91e9898bb2b37f69e639559e501c3244;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/ceil.c b/src/math/ceil.c index 0b88c25..253654c 100644 --- a/src/math/ceil.c +++ b/src/math/ceil.c @@ -27,7 +27,7 @@ int main(void) y = ceil(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 ceil(%a)=%a, want %s", p->file, p->line, rstr(p->r), p->x, p->y, estr(p->e)); printf(" got %s\n", estr(e));