OSDN Git Service

(mark_addressable): Handle REALPART_EXPR and IMAGPART_EXPR.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 1993 15:43:41 +0000 (15:43 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 1993 15:43:41 +0000 (15:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6070 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-typeck.c

index 6cd52c5..6aaa44b 100644 (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;