X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffminf.c;fp=src%2Fmath%2Ffminf.c;h=1bb1afaf24628871412d8f73180a64d64a03434c;hb=cda5e0484c98223a552580e79af378a6e6e83305;hp=c86569abb3ba4bb0fddd082871314a73fa71a652;hpb=f9ba40bcb2e9cf0e51368d1144a000d1cc15ab9f;p=libc-test diff --git a/src/math/fminf.c b/src/math/fminf.c index c86569a..1bb1afa 100644 --- a/src/math/fminf.c +++ b/src/math/fminf.c @@ -26,7 +26,7 @@ int main(void) y = fminf(p->x, p->x2); 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 fminf(%a,%a)=%a, want %s", p->file, p->line, rstr(p->r), p->x, p->x2, p->y, estr(p->e)); printf(" got %s\n", estr(e));