[Bug target/82515] incorrect implicit integer type conversion by arm-linux-gnueabi
yangyibiao at nju dot edu.cn
gcc-bugzilla@gcc.gnu.org
Wed Oct 11 11:48:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82515
Yibiao Yang <yangyibiao at nju dot edu.cn> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Yibiao Yang <yangyibiao at nju dot 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 32bit and in x86 it is 64 bit.
More information about the Gcc-bugs
mailing list