https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54640
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
Target Milestone|--- |5.0
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
HOST_WIDE_INT is 64bit always since r5-894-gedf6ddf6775b07 .
So const_ok_for_dimode_op has been fixed since GCC 5.
arm_block_move_unaligned_straight warnings are also fixed when moving to 64bit
HWI always.
arm_adjust_block_mem will not always warn since moving to 64bit HWI always.
since it is unsigned int compared with HWI.
So all fixed in GCC 5.