https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98563
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jamborm at gcc dot gnu.org --- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- That change included an important bugfix for the simd handling of addressable locals, when they escape they would be then mishandled during vectorization. I think the current representation is right, represent them as if each simd lane has its own copy of the variable. The reason why this isn't vectorized is I think PR91020, that SRA doesn't split those real and imag parts as separate (simd array) vars.