X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffabsf.c;h=cef9b5ae97f70e642cc99463ad56aa9ad1de07ba;hb=e444a960e992bc5a55142ac7f3267a08fc6ce0f5;hp=95025608560f4442e8b8667abf1458f42117e3b0;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/fabsf.c b/src/math/fabsf.c index 9502560..cef9b5a 100644 --- a/src/math/fabsf.c +++ b/src/math/fabsf.c @@ -27,7 +27,7 @@ int main(void) y = fabsf(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 fabsf(%a)=%a, want %s", p->file, p->line, rstr(p->r), p->x, p->y, estr(p->e)); printf(" got %s\n", estr(e));