diff options
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r-- | gcc/tree-complex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index de23119..7fc7879 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -558,6 +558,7 @@ extract_component (block_stmt_iterator *bsi, tree t, bool imagpart_p, return TREE_OPERAND (t, imagpart_p); case VAR_DECL: + case RESULT_DECL: case PARM_DECL: case INDIRECT_REF: case COMPONENT_REF: |