Commit 95949d0c by Richard Stallman

*** empty log message ***

From-SVN: r923
parent ddd8ab48
......@@ -1008,7 +1008,7 @@ expand_call (exp, target, ignore)
+= int_size_in_bytes (TREE_TYPE (args[i].tree_value));
}
if (copy_to_evaluate_size >= args_size.constant / 2)
if (copy_to_evaluate_size * 2 >= args_size.constant)
must_preallocate = 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