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