(mark_addressable): Handle REALPART_EXPR and IMAGPART_EXPR.

From-SVN: r6070
This commit is contained in:
Richard Stallman 1993-11-11 15:43:41 +00:00
parent fe48b58731
commit ce95080d6d
1 changed files with 2 additions and 0 deletions

View File

@ -3114,6 +3114,8 @@ mark_addressable (exp)
case ADDR_EXPR:
case COMPONENT_REF:
case ARRAY_REF:
case REALPART_EXPR:
case IMAGPART_EXPR:
x = TREE_OPERAND (x, 0);
break;