Commit b6542989 by Richard Stallman

(size_in_bytes): Add 2nd arg to force_fit_type.

From-SVN: r3443
parent f2dabd38
......@@ -1705,7 +1705,7 @@ size_in_bytes (type)
t = size_binop (CEIL_DIV_EXPR, TYPE_SIZE (type),
size_int (BITS_PER_UNIT));
if (TREE_CODE (t) == INTEGER_CST)
force_fit_type (t);
force_fit_type (t, 0);
return t;
}
......
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