X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffminf.c;h=1bb1afaf24628871412d8f73180a64d64a03434c;hb=517ccafc57089ac88b88050a4c7ab0ece4235e19;hp=c86569abb3ba4bb0fddd082871314a73fa71a652;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;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));