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

Chris Lattner sabre at nondot.org
Mon Sep 4 12:37:28 PDT 2006


On Mon, 4 Sep 2006, [UTF-8] Rafael Esp?ndola wrote:
> Compiling the following C code
> ------------------------------------------
> long %f4() {
> entry:
>        ret long -2147483648
> }
> ------------------------------------------

I get this:

long %f4() {
entry:
         ret long 2147483648
}

What does the preprocessed output of that function look like?

-Chris

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



More information about the llvm-dev mailing list