Comment 9 for bug 1352417

Revision history for this message
In , Cbaylis-u (cbaylis-u) wrote :

git bisect points to r211625 as the revision which fixes/hides this bug on trunk.

2014-06-13 Richard Biener <email address hidden>

        * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
        Rewrite to propagate the VN result into all uses where
        possible and to remove stmts becoming dead because of that.
        (eliminate): Generalize stmt removal handling, remove in
        reverse dominator order to support proper debug stmt
        generation. Update stmts before removing stmts.
        * tree-ssa-propagate.c (propagate_tree_value): Remove
        bogus assert.