Commit a592f288 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* expr.c (expand_expr): Return const0_rtx, not error_mark_node.

From-SVN: r34991
parent 6fe8aebc
2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* expr.c (expand_expr): Return const0_rtx, not error_mark_node.
2000-07-12 Richard Henderson <rth@cygnus.com>
* reload.c (push_secondary_reload): Make sure to add the new
......
......@@ -7105,7 +7105,7 @@ expand_expr (exp, target, tmode, modifier)
case CONVERT_EXPR:
case REFERENCE_EXPR:
if (TREE_OPERAND (exp, 0) == error_mark_node)
return error_mark_node;
return const0_rtx;
if (TREE_CODE (type) == UNION_TYPE)
{
......
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