Commit 3d9a7827 by Brendan Kehoe

* fold-const.c (fold): Only call force_fit_type with one arg.

From-SVN: r3210
parent c3c30588
......@@ -3287,7 +3287,7 @@ fold (expr)
&low, &high);
t = build_int_2 (low, high);
TREE_TYPE (t) = type;
force_fit_type (t, overflow);
force_fit_type (t);
}
}
else if (TREE_CODE (arg0) == REAL_CST)
......
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