https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82394
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=97077 --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- size: 6-3, last_iteration: 6-3 Loop size: 6 Estimated size after unrolling: 10 Not unrolling loop 1: size would grow. .... size: 6-4, last_iteration: 6-4 Loop size: 6 Estimated size after unrolling: 6 very similar to PR 97077; if not the same.