Re: [PATCH, PR 58106] Make ipa_edge_duplication_hook cope with recursive inlining

2013-09-02 Thread Jan Hubicka
> 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

[PATCH, PR 58106] Make ipa_edge_duplication_hook cope with recursive inlining

2013-08-28 Thread Martin Jambor
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