mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-12 20:17:35 +08:00
(expr_size): Call expand_expr with appropriate flag.
From-SVN: r14610
This commit is contained in:
parent
18989c57d3
commit
8fbea4dc1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user