https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85947
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> --- We used to vectorize only the store on SPARC but now we probably fail to do that because we now reliably detect that patterns are in use and refuse to do the scalar build. This might improve if we can relax the restriction for pattern roots again. Let's just close this as fixed.