Commit 3539e816 by Mike Stump

* expr.c (expand_expr, case ADDR_EXPR): Ensure op0 isn't QUEUED.

From-SVN: r10715
parent c6b51be9
......@@ -6306,6 +6306,8 @@ expand_expr (exp, target, tmode, modifier)
if (ignore)
return op0;
op0 = protect_from_queue (op0, 0);
/* We would like the object in memory. If it is a constant,
we can have it be statically allocated into memory. For
a non-constant (REG, SUBREG or CONCAT), we need to allocate some
......
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