X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fmodff.c;h=d599f9fdb616349bdd5d494fa5e6713befa87ca2;hb=cda5e0484c98223a552580e79af378a6e6e83305;hp=dfdd3ab72c8a8c79b6d2f2a764088dbf58d08709;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/modff.c b/src/math/modff.c index dfdd3ab..d599f9f 100644 --- a/src/math/modff.c +++ b/src/math/modff.c @@ -25,7 +25,7 @@ int main(void) y = modff(p->x, &yi); 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 modff(%a)=%a,%a, want %s", p->file, p->line, rstr(p->r), p->x, p->y, p->y2, estr(p->e)); printf(" got %s\n", estr(e));