Re: A question about your patch for PR c++/26534

2006-05-14 Thread Mark Mitchell
Kazu Hirata wrote: > Hi Mark, > > I have a question about your patch for PR c++/26534. > When build_unary_op builds TRUTH_NOT_EXPR, it calls > perform_implicit_conversion to convert p->field to the boolean type. > (FWIW, p->field is expressed as > >). The call

A question about your patch for PR c++/26534

2006-05-11 Thread Kazu Hirata
Hi Mark, I have a question about your patch for PR c++/26534. In particular, you added to standard_conversion in call.c the following code: if (expr) { tree bitfield_type; bitfield_type = is_bitfield_expr_with_lowered_type (expr); if (bitfield_type