X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fgen%2Ftemplate%2Fl_i.c;h=d8667db8456731933649560888008606d4458559;hb=837aeb3a8d1b9925b4a5e271083bb4218dfa5933;hp=26b34702f20ab5906a4c75ffb18a30d30feac35e;hpb=2146d5e12aa52cb97f0a151e2611967f0653a07a;p=libc-test diff --git a/src/math/gen/template/l_i.c b/src/math/gen/template/l_i.c index 26b3470..d8667db 100644 --- a/src/math/gen/template/l_i.c +++ b/src/math/gen/template/l_i.c @@ -13,8 +13,7 @@ HEADERS int main(void) { #pragma STDC FENV_ACCESS ON - int yi; - float d; + long long yi; int e, i, err = 0; struct l_i *p; @@ -35,7 +34,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++; }