* ipa-devirt.c (odr_subtypes_equivalent_p): Disable temporary hack
forgotten in previous commit.
From-SVN: r212497
+2014-07-12 Jan Hubicka <hubicka@ucw.cz>
+
+ * ipa-devirt.c (odr_subtypes_equivalent_p): Disable temporary hack
+ forgotten in previous commit.
+
2014-07-12 Jan Hubicka <hubicka@ucw.cz>
* tree.c (type_in_anonymous_namespace_p): Ignore TREE_PUBLIC
recursion here is needed only for component types. */
if (pointer_set_insert (visited, t1))
return true;
- return odr_types_equivalent_p (t1, t2, true, NULL, visited);
+ return odr_types_equivalent_p (t1, t2, false, NULL, visited);
}
return types_same_for_odr (t1, t2);
}