X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffmaxf.c;h=cadc356081954dbce8f8360f8827438fadbb51e1;hb=5470d80bb36173c5cb5a314362ef9be9378aab4e;hp=8d787ed268e0c8f81aeea6b38b69fe112dba129f;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/fmaxf.c b/src/math/fmaxf.c index 8d787ed..cadc356 100644 --- a/src/math/fmaxf.c +++ b/src/math/fmaxf.c @@ -26,7 +26,7 @@ int main(void) y = fmaxf(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 fmaxf(%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));