https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79683
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- I bet we need to copy TYPE_ADDR_SPACE if different (create a new aggr_type) somewhere in vect_create_data_ref_ptr before creating pointer type to it. But it is certainly strange that for the store the as is copied while for the load it isn't.