diff options
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |