https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106365
--- Comment #12 from Kewen Lin <linkw at gcc dot gnu.org> --- (In reply to Richard Biener from comment #9) > Created attachment 53328 [details] > patch > Thanks! Sorry that I didn't see this attachment when posting the above comment. > + MEM <vector(4) int> [(int *)&out + 16B] = { 4, 5, 6, 7 }; > + .LEN_STORE (&MEM <int[10]> [(void *)&out + 32B], 128B, 8, { 8, 0, 0, 0, > 9, 0, 0, 0, 10, 0, 0, 0, 11, 0, 0, 0 }, 0); Similar to the case gcc.dg/tree-ssa/pr84512.c, this store would be expected to be eliminated as well?