(store_field): Set MEM_IN_STRUCT_P on object and
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Jul 1994 20:35:03 +0000 (20:35 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Jul 1994 20:35:03 +0000 (20:35 +0000)
blk_object.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7767 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/expr.c

index 9ecb85a..e764986 100644 (file)
@@ -3054,6 +3054,8 @@ store_field (target, bitsize, bitpos, mode, exp, value_mode,
                                      GET_MODE_SIZE (GET_MODE (target)), 0);
       rtx blk_object = copy_rtx (object);
 
+      MEM_IN_STRUCT_P (object) = 1;
+      MEM_IN_STRUCT_P (blk_object) = 1;
       PUT_MODE (blk_object, BLKmode);
 
       if (bitsize != GET_MODE_BITSIZE (GET_MODE (target)))