[LLVMdev] bug in llvm-gcc implementation of long long

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Sep 4 11:58:42 PDT 2006


> What does the preprocessed output of that function look like?
long long f4(void) {
  return (long long)2147483647 + 1;
}

Using 2147483648LL directly causes the same problem.

> -Chris

Best Regards,
Rafael



More information about the llvm-dev mailing list