Commit 54b0c0f0 by Jason Merrill

whitespace

From-SVN: r279989
parent 9e3c1eb7
...@@ -1328,7 +1328,7 @@ unsafe_conversion_p (location_t loc, tree type, tree expr, tree result, ...@@ -1328,7 +1328,7 @@ unsafe_conversion_p (location_t loc, tree type, tree expr, tree result,
bool cstresult = (result bool cstresult = (result
&& TREE_CODE_CLASS (TREE_CODE (result)) == tcc_constant); && TREE_CODE_CLASS (TREE_CODE (result)) == tcc_constant);
loc = expansion_point_location_if_in_system_header (loc); loc = expansion_point_location_if_in_system_header (loc);
expr = fold_for_warn (expr); expr = fold_for_warn (expr);
......
...@@ -1221,7 +1221,7 @@ conversion_warning (location_t loc, tree type, tree expr, tree result) ...@@ -1221,7 +1221,7 @@ conversion_warning (location_t loc, tree type, tree expr, tree result)
break; break;
} }
case COND_EXPR: case COND_EXPR:
{ {
/* In case of COND_EXPR, we do not care about the type of /* In case of COND_EXPR, we do not care about the type of
COND_EXPR, only about the conversion of each operand. */ COND_EXPR, only about the conversion of each operand. */
tree op1 = TREE_OPERAND (expr, 1); tree op1 = TREE_OPERAND (expr, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment