X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffminl.c;h=da7a047749d6a591a0cc7522db024eae7f18b0cc;hb=ffb2b7d4cbcafd48ea56e11e09bf99a7195b9198;hp=91f3e87982155eb3838ded9483b821aab80e1a4e;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/fminl.c b/src/math/fminl.c index 91f3e87..da7a047 100644 --- a/src/math/fminl.c +++ b/src/math/fminl.c @@ -32,7 +32,7 @@ int main(void) y = fminl(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 fminl(%La,%La)=%La, want %s", p->file, p->line, rstr(p->r), p->x, p->x2, p->y, estr(p->e)); printf(" got %s\n", estr(e));