------- Comment #6 from rguenth at gcc dot gnu dot org 2006-10-10 14:06 ------- Confirmed (as in comment #1). With -Os instead of -O2 we even produce
.L3: movl %ebx, -4(%edx) incl %eax .L2: addl $4, %edx cmpl %ecx, %eax jb .L3 (because loop header copying is disabled there). -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rakdver at gcc dot gnu dot | |org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Known to work| |3.4.6 Last reconfirmed|0000-00-00 00:00:00 |2006-10-10 14:06:28 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27440