Backport:
2004-02-12 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill previous
MEM_VOLATILE in REF).
From-SVN: r99489
+2005-05-09 Grigory Tolstolytkin <gtolstolytkin@ru.mvista.com>
+
+ Backport:
+ 2004-02-12 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
+ * emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill previous
+ MEM_VOLATILE in REF).
+
2005-05-10 Ben Elliston <bje@au.ibm.com>
PR debug/16676
front-end routine) and use it. */
alias = get_alias_set (t);
- MEM_VOLATILE_P (ref) = TYPE_VOLATILE (type);
+ MEM_VOLATILE_P (ref) |= TYPE_VOLATILE (type);
MEM_IN_STRUCT_P (ref) = AGGREGATE_TYPE_P (type);
RTX_UNCHANGING_P (ref)
|= ((lang_hooks.honor_readonly