[Bug target/69053] [6 Regression] ICE in build_vector_from_val

alalaw01 at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 5 12:39:00 GMT 2016


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

--- Comment #2 from alalaw01 at gcc dot gnu.org ---
build_vector_from_val then gets called to build a vector (4) unsigned long,
from an int* (which is the right signedness and size, but being a pointer it is
not types_compatible_p).


More information about the Gcc-bugs mailing list