X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fgen%2Ftemplate%2Fl_i.c;fp=src%2Fmath%2Fgen%2Ftemplate%2Fl_i.c;h=86a0d9f0ac9941ef8013a4bf6b7869e92d50dcc7;hb=e084227a3608bc38230b88ea03e7b0f0804dd3ad;hp=26b34702f20ab5906a4c75ffb18a30d30feac35e;hpb=b5bbc6ebaeaf4381ea2436a3b410dcf4980c8efd;p=libc-test diff --git a/src/math/gen/template/l_i.c b/src/math/gen/template/l_i.c index 26b3470..86a0d9f 100644 --- a/src/math/gen/template/l_i.c +++ b/src/math/gen/template/l_i.c @@ -13,7 +13,7 @@ HEADERS int main(void) { #pragma STDC FENV_ACCESS ON - int yi; + long long yi; float d; int e, i, err = 0; struct l_i *p; @@ -35,7 +35,7 @@ int main(void) err++; } if (yi != p->i) { - printf("%s:%d: %s ___(%La) want %lld got %d\n", + printf("%s:%d: %s ___(%La) want %lld got %lld\n", p->file, p->line, rstr(p->r), p->x, p->i, yi); err++; }