Commit 9c51f375 by Richard Kenner

(expand_expr, TARGET_EXPR): Only use original_target if !ignore.

From-SVN: r10061
parent 65fed0cb
......@@ -6051,7 +6051,9 @@ expand_expr (exp, target, tmode, modifier)
if (TREE_CODE (slot) != VAR_DECL)
abort ();
target = original_target;
if (! ignore)
target = original_target;
if (target == 0)
{
if (DECL_RTL (slot) != 0)
......
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