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

Chris Lattner sabre at nondot.org
Tue Sep 5 10:49:27 PDT 2006


On Tue, 5 Sep 2006, [UTF-8] Rafael Esp?ndola wrote:
>>  Time to try gdb.
> The problem was a cast of a 32 bits signed number to a 64 unsigned
> number. A patch is attached. I am currently trying a bootstrap to make
> sure this doesn't brake anything.

Interesting.  I wonder why that wasn't getting triggered for me.  Perhaps 
the signedness of HOST_WIDE_INT changes or something?  In any case, I've 
applied your patch, including the one to match the arm target triple.

Thanks!

-Chris

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



More information about the llvm-dev mailing list