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).

Reply via email to