tinycc-devel
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
[Tinycc-devel] bug
From
:
lrt
Subject
:
[Tinycc-devel] bug
Date
:
Wed, 8 Jun 2022 22:03:55 +0800
Find a bug!
#include <stdio.h>
#include <math.h>
#include <time.h>
int main(int argc, char **argv)
{
printf("Hello!\n");
printf("%lld\n", 641*6700417);
return 0;
}
output:
Hello!
7035757726269441
Right is :
Hello!
4294967297
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
[Tinycc-devel] bug
,
lrt
<=
Re: [Tinycc-devel] bug
,
Kyryl Melekhin
,
2022/06/08
Re: [Tinycc-devel] bug
,
Brian Callahan
,
2022/06/08
Re: [Tinycc-devel] bug
,
Brian Callahan
,
2022/06/08
[Tinycc-devel] ?????? bug
,
lrt
,
2022/06/08
Re: [Tinycc-devel] 回复: bug
,
Brian Callahan
,
2022/06/08
Re: [Tinycc-devel] 回复: bug
,
Vad Rulezz
,
2022/06/08
[Tinycc-devel] ?????? ?????? bug
,
lrt
,
2022/06/09
Prev by Date:
Re: [Tinycc-devel] Cross-tinycc riscv64 assembler
Next by Date:
Re: [Tinycc-devel] bug
Previous by thread:
[Tinycc-devel] Cross-tinycc riscv64 assembler
Next by thread:
Re: [Tinycc-devel] bug
Index(es):
Date
Thread