On Mon, Jan 3, 2011 at 15:39, Richard Guenther wrote: > walk_stmt_load_store_addr_ops needs to handle COND_EXPRs in > the gimple_assign_single_p () visit_addr case. > > Of course COND_EXPRs should be moved to non-single RHS at some point. The attached patch fixes the problems I was seeing. I will test again the fix for PR46029 with this patch on top and I will repost it. Thanks for your help, Sebastian