(store_field): Set MEM_IN_STRUCT_P on object and
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 13 Jul 1994 20:35:03 +0000 (13:35 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 13 Jul 1994 20:35:03 +0000 (13:35 -0700)
blk_object.

From-SVN: r7767

gcc/expr.c

index 9ecb85a24ba9cd074bf1046c4cb44b6b5fa69713..e7649868eda2c1472d01a5234252ed44a5138c41 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)))