Commit 8fbea4dc by Richard Kenner

(expr_size): Call expand_expr with appropriate flag.

From-SVN: r14610
parent 18989c57
......@@ -251,7 +251,8 @@ expr_size (exp)
&& contains_placeholder_p (size))
size = build (WITH_RECORD_EXPR, sizetype, size, exp);
return expand_expr (size, NULL_RTX, TYPE_MODE (sizetype), 0);
return expand_expr (size, NULL_RTX, TYPE_MODE (sizetype),
EXPAND_MEMORY_USE_BAD);
}
/* Return a copy of X in which all memory references
......
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