Displaying 1 result from an estimated 1 matches for "993626".
Did you mean:
923626
2006 Sep 04
5
[LLVMdev] bug in llvm-gcc implementation of long long
Compiling the following C code
--------------------------------------------
long long f4(void) {
return (long long)INT_MAX + 1;
}
-------------------------------------------
produces
------------------------------------------
long %f4() {
entry:
ret long -2147483648
}
------------------------------------------
but in 64 bits, -2147483648 != 2147483648. As a result, the x86 output has