http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60998
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- You need to build with -fno-tree-loop-distribute-patterns. We detect the loop is doing a memset and replace it with a memset call otherwise. *** This bug has been marked as a duplicate of bug 56888 ***