2011-07-29 Richard Guenther <rguenther@suse.de>
PR tree-optimization/49893
* tree-predcom.c (suitable_reference_p): Volatile references
are not suitable.
From-SVN: r176921
+2011-07-29 Richard Guenther <rguenther@suse.de>
+
+ PR tree-optimization/49893
+ * tree-predcom.c (suitable_reference_p): Volatile references
+ are not suitable.
+
2011-07-29 Georg-Johann Lay <avr@gjlay.de>
PR target/49313
tree ref = DR_REF (a), step = DR_STEP (a);
if (!step
+ || TREE_THIS_VOLATILE (ref)
|| !is_gimple_reg_type (TREE_TYPE (ref))
|| tree_could_throw_p (ref))
return false;