X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Fllround.c;h=62f1a4e3ffa598238a2ecf5f5b796b6eeb5b8dab;hp=403fa235f21ba9242ca6dbce156c34b1a756eb35;hb=b3580f11bf7b91afd597e6224c2f265d6d0b087f;hpb=c886bb85233e642ca37731de72ad3e1f2f18a2f3 diff --git a/src/math/llround.c b/src/math/llround.c index 403fa23..62f1a4e 100644 --- a/src/math/llround.c +++ b/src/math/llround.c @@ -31,7 +31,7 @@ int main(void) printf(" got %s\n", estr(e)); err++; } - if (yi != p->i) { + if (!(p->e&INVALID) && yi != p->i) { printf("%s:%d: %s llround(%a) want %lld got %lld\n", p->file, p->line, rstr(p->r), p->x, p->i, yi); err++;