From 8fbea4dc1aa8cbad0c1ba09cac1654ab26f26569 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 2 Aug 1997 13:16:45 -0400 Subject: [PATCH] (expr_size): Call expand_expr with appropriate flag. From-SVN: r14610 --- gcc/explow.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/explow.c b/gcc/explow.c index 7a529aa5b647..f7fd847f98f7 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -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