[llvm-bugs] [Bug 34914] incorrect implicit integer type conversion for target arm-linux-gnueabi

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Oct 11 04:49:59 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=34914

Yibiao Yang (杨已彪) <yangyibiao at nju.edu.cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Yibiao Yang (杨已彪) <yangyibiao at nju.edu.cn> ---
Sorry for the wrong bug report. 

The difference of the outputs was caused by the different size of unsigned long
between ARM and x86.

In ARM, unsigned long is 32 bit and in x86 it is 64 bit.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171011/41938a1e/attachment.html>


More information about the llvm-bugs mailing list