X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffmaxl.c;h=1856dcdce04ffa2b85647d9c2e5d1351d772c677;hb=1421f13d69c511693e685e6e406de523610223fd;hp=1c6e42a871b4ada51fd036e9f4a4e3947a9d8017;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/fmaxl.c b/src/math/fmaxl.c index 1c6e42a..1856dcd 100644 --- a/src/math/fmaxl.c +++ b/src/math/fmaxl.c @@ -32,7 +32,7 @@ int main(void) y = fmaxl(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 fmaxl(%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));