diff options
Diffstat (limited to 'gcc/cp/call.c')
-rw-r--r-- | gcc/cp/call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 3c54001e3bd..93ce4d8366d 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -3416,7 +3416,7 @@ build_conditional_expr (tree arg1, tree arg2, tree arg3, /* [expr.cond] - The first expr ession is implicitly converted to bool (clause + The first expression is implicitly converted to bool (clause _conv_). */ arg1 = perform_implicit_conversion (boolean_type_node, arg1, complain); |