X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fnextafterl.c;h=41edab044617ad51558fc419b2f23ffc778bda2d;hb=2c671f66e28ac079ae1148f5135c9a52129cc807;hp=327258da3cc0016a50a39278d286899d3d29d558;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/nextafterl.c b/src/math/nextafterl.c index 327258d..41edab0 100644 --- a/src/math/nextafterl.c +++ b/src/math/nextafterl.c @@ -32,7 +32,7 @@ int main(void) y = nextafterl(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 nextafterl(%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));