X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffloorl.c;fp=src%2Fmath%2Ffloorl.c;h=644724eb9e57dc89cd9a96c80c63e0ecd3537139;hb=cda5e0484c98223a552580e79af378a6e6e83305;hp=9681e6db1fb8f46d294b0ae4ea7b81f1ecd350cc;hpb=f9ba40bcb2e9cf0e51368d1144a000d1cc15ab9f;p=libc-test diff --git a/src/math/floorl.c b/src/math/floorl.c index 9681e6d..644724e 100644 --- a/src/math/floorl.c +++ b/src/math/floorl.c @@ -33,7 +33,7 @@ int main(void) y = floorl(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 floorl(%La)=%La, want %s", p->file, p->line, rstr(p->r), p->x, p->y, estr(p->e)); printf(" got %s\n", estr(e));