------- Comment #2 from pinskia at gcc dot gnu dot org 2007-06-18 03:48 ------- Part of the problem is related to PR 32075. (Looking into IR tells you that). The other part is loop reversal which I think still needs 32075 to be able to reverse the loop. We could do the loop reversal in the front-end (which does not need 32075 to be fixed) or the middle-end. Though I think we still need 32075 fixed to vectorize the loop.
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |32075 Severity|normal |enhancement Status|UNCONFIRMED |NEW Component|fortran |tree-optimization Ever Confirmed|0 |1 GCC build triplet|x86_64-unknown-linux-gnu | GCC host triplet|x86_64-unknown-linux-gnu | GCC target triplet|x86_64-unknown-linux-gnu | Keywords| |missed-optimization Last reconfirmed|0000-00-00 00:00:00 |2007-06-18 03:48:24 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32379