[Bug target/63937] [5 Regression] Compiling large arrays fails

jgreenhalgh at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Nov 18 17:03:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63937

jgreenhalgh at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #5 from jgreenhalgh at gcc dot gnu.org ---
Mine. unsigned int overflow makes us think we can set the whole array in one
instruction (we can't).

TARGET_USE_BY_PIECES_INFRASTRUCTURE_P should be using "unsigned HOST_WIDE_INT"
as its callers expect, rather than "unsigned int".



More information about the Gcc-bugs mailing list