Commit b5f21787 by Jason Merrill

and another one

From-SVN: r26954
parent cf694b8f
...@@ -2210,7 +2210,9 @@ build_new_1 (exp) ...@@ -2210,7 +2210,9 @@ build_new_1 (exp)
{ {
tree extra = BI_header_size; tree extra = BI_header_size;
susp = suspend_momentary ();
size = size_binop (PLUS_EXPR, size, extra); size = size_binop (PLUS_EXPR, size, extra);
resume_momentary (susp);
} }
if (has_array) if (has_array)
......
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