------- Comment #7 from rguenth at gcc dot gnu dot org 2009-11-30 13:11 ------- I believe this was fixed with
2009-07-22 Michael Matz <m...@suse.de> PR tree-optimization/35229 PR tree-optimization/39300 * tree-ssa-pre.c (includes): Include tree-scalar-evolution.h. (inhibit_phi_insertion): New function. (insert_into_preds_of_block): Call it for REFERENCEs. (init_pre): Initialize and finalize scalar evolutions. * Makefile.in (tree-ssa-pre.o): Depend on tree-scalar-evolution.h . which avoids the PRE and enables predictive commoning again (on x86_64 only the tail loop of the vectorized variant is). -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40029