diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 59223877fea0..d102553b9748 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-10-04 Jan Hubicka + + * ipa-prop.c (try_make_edge_direct_virtual_call): Remove overactive + sanity check. + 2014-10-04 Jan Hubicka * ipa-polymorphic-call.c (possible_placement_new): Fix condition diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index 743ea805b6db..62db3277ed4c 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -3253,7 +3253,6 @@ try_make_edge_direct_virtual_call (struct cgraph_edge *ie, binfo); if (t) { - gcc_assert (!target || speculative || target == t); target = t; speculative = false; }