http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60879
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Does this ever matter though? I mean, wouldn't we expand it as move by pieces or store by pieces for such small constant length anyway and thus never reach the target movmem/setmem expansion?