https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67283
--- Comment #5 from Martin Jambor <jamborm at gcc dot gnu.org> --- (In reply to Richard Biener from comment #4) > > so no total scalarization for foo? Maybe SRA is confused by the CLOBBER? I think clobbers are fine, the problem is that the structure contains an array an total scalarization is not implemented for them.