> 2013-08-27 Martin Jambor
>
> PR ipa/58106
> * ipa-prop.c (ipa_edge_duplication_hook): Always put new rdesc to the
> linked list. When finding the correct duplicate, also consider also
> the caller in additon to its inlined_to node.
>
> testsuite/
> * gcc.dg/ipa
Hi,
PR 58106 happens because the reference description duplication code
cannot deal with existence of master_nodes of recursive inlining. It
did not put rdescs pertaining to edges going out of these nodes to the
lookup linked list (because they do not seem to be inlined into
anything) but the rem