https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28831
Aldy Hernandez <aldyh at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2010-01-17 13:10:45 |2018-2-1 CC| |aldyh at gcc dot gnu.org --- Comment #31 from Aldy Hernandez <aldyh at gcc dot gnu.org> --- Still a problem, though we now generate slightly worse code by using rep;movsl instead of a memcpy: movl %esp, %esi subl $12, %esp pushl %esi call f subl $3988, %esp movl $1000, %ecx movl %esp, %edi rep; movsl call g