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

Chris Lattner sabre at nondot.org
Mon Sep 4 13:34:03 PDT 2006


On Mon, 4 Sep 2006, [UTF-8] Rafael Esp?ndola wrote:
>> 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.

What target triple?

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list