Commit 1d556704 by Richard Kenner

(expand_expr): Don't call bc_expand_expr if EXPAND_INITIALIZER.

From-SVN: r6781
parent e9aaa5a5
......@@ -3634,7 +3634,7 @@ expand_expr (exp, target, tmode, modifier)
tree context;
if (output_bytecode)
if (output_bytecode && modifier != EXPAND_INITIALIZER)
{
bc_expand_expr (exp);
return NULL;
......
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