X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Froundl.c;h=53eda20ba34dbbc2f15915ff1d43f13fe2ee4fc9;hp=8473ddac01b286429ed978333dfb924a9cd3f794;hb=cda5e0484c98223a552580e79af378a6e6e83305;hpb=f9ba40bcb2e9cf0e51368d1144a000d1cc15ab9f diff --git a/src/math/roundl.c b/src/math/roundl.c index 8473dda..53eda20 100644 --- a/src/math/roundl.c +++ b/src/math/roundl.c @@ -32,7 +32,7 @@ int main(void) y = roundl(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 roundl(%La)=%La, want %s", p->file, p->line, rstr(p->r), p->x, p->y, estr(p->e)); printf(" got %s\n", estr(e));