X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ftruncl.c;h=98d51978f79e736abe5e9ac392acbe3349d9c683;hb=5470d80bb36173c5cb5a314362ef9be9378aab4e;hp=162d91864171783bf0357439ebe14f06f43952e1;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/truncl.c b/src/math/truncl.c index 162d918..98d5197 100644 --- a/src/math/truncl.c +++ b/src/math/truncl.c @@ -32,7 +32,7 @@ int main(void) y = truncl(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 truncl(%La)=%La, want %s", p->file, p->line, rstr(p->r), p->x, p->y, estr(p->e)); printf(" got %s\n", estr(e));