* fold-const.c (operand_equal_p): Do not verify that types are
compatible for MEM_REFs.
From-SVN: r229494
+2015-10-28 Jan Hubicka <hubicka@ucw.cz>
+
+ * fold-const.c (operand_equal_p): Do not verify that types are
+ compatible for MEM_REFs.
+
2015-10-28 Richard Biener <rguenther@suse.de>
* gimple-match-head.c (gimple_simplify): Allow VECTOR_CSTs
TYPE_SIZE (TREE_TYPE (arg1)),
flags)))
return 0;
- /* Verify that access happens in similar types. */
- if (!types_compatible_p (TREE_TYPE (arg0), TREE_TYPE (arg1)))
- return 0;
/* Verify that accesses are TBAA compatible. */
if (flag_strict_aliasing
&& (!alias_ptr_types_compatible_p