------- Comment #8 from jakub at redhat dot com 2007-11-27 15:59 ------- Subject: Re: [4.3 Regression] ICE: verify_ssa failed (expected an SSA_NAME object)
> I think the problems only appeared if allow_rhs_cond_expr was enabled > for the gimplification pass (when called from the loop optimizer, > the expressions passed to gimplifier do not have any side effects, > so you would not detect any problem even if you removed the > TREE_SIDE_EFFECTS check). Even then, what failure was it? gimplify_pure_cond_expr gimplifies all the 3 arguments anyway, so if they have side-effects, they just end up being evaluated into temporaries which are then used in the COND_EXPR. Anyway, can you please follow up to Diego's mail, either agree to remove that, or justify it? Apart from a typo in ChangeLog entry that was his only objection and it would be good to have this P1 fixed ASAP. > yes, although making it work that way is more complicated; it would require > changes in the # of iterations analysis, to get Ok. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34005