On 03/02/2011 12:53 PM, Yufeng Zhang wrote:
The calls to build_cplus_new in convert_like_real don't seem to be
redundant.

Hmm, I guess you're right. I think rather that the problem is in build_conditional_expr; it should have a template case that just determines the appropriate type and then builds up a COND_EXPR with that type from the unconverted operands, like we do for calls in finish_call_expr.

Jason

Reply via email to