(TRUTH_*_EXPR): Convert to integer_type_node.
From-SVN: r6772
This commit is contained in:
parent
c9529354a0
commit
18c0f6759f
@ -1755,6 +1755,8 @@ truthvalue_conversion (expr)
|
||||
case TRUTH_AND_EXPR:
|
||||
case TRUTH_OR_EXPR:
|
||||
case TRUTH_XOR_EXPR:
|
||||
return convert (integer_type_node, expr);
|
||||
|
||||
case ERROR_MARK:
|
||||
return expr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user