http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60042
--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> --- Author: rguenth Date: Mon Apr 14 13:57:00 2014 New Revision: 209374 URL: http://gcc.gnu.org/viewcvs?rev=209374&root=gcc&view=rev Log: 2014-04-14 Richard Biener <rguent...@suse.de> PR tree-optimization/60042 * tree-ssa-pre.c (inhibit_phi_insertion): Remove. (insert_into_preds_of_block): Do not prevent PHI insertion for REFERENCE exprs here ... (eliminate_dom_walker::before_dom_children): ... but prevent their use here under similar conditions when applied to the IL after PRE optimizations. Modified: trunk/gcc/ChangeLog trunk/gcc/tree-ssa-pre.c