X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flroundl.c;h=9cb7ee21f8b0ecc42f5b5ba3fd970dab8c493761;hb=21dd45c44f745d3b85afab304362d01b3b45a5e4;hp=45f8925e7b83377ecccd35c4b97e701a0560c9c3;hpb=b5bbc6ebaeaf4381ea2436a3b410dcf4980c8efd;p=libc-test diff --git a/src/math/lroundl.c b/src/math/lroundl.c index 45f8925..9cb7ee2 100644 --- a/src/math/lroundl.c +++ b/src/math/lroundl.c @@ -15,8 +15,7 @@ static struct l_i t[] = { int main(void) { #pragma STDC FENV_ACCESS ON - int yi; - float d; + long long yi; int e, i, err = 0; struct l_i *p; @@ -37,7 +36,7 @@ int main(void) err++; } if (yi != p->i) { - printf("%s:%d: %s lroundl(%La) want %lld got %d\n", + printf("%s:%d: %s lroundl(%La) want %lld got %lld\n", p->file, p->line, rstr(p->r), p->x, p->i, yi); err++; }