Re: [PATCH, PR 60419] Clear thunk flag of "zombie" nodes

2014-03-26 Thread Richard Biener
On Fri, 21 Mar 2014, Martin Jambor wrote: > Hi, > > On Fri, Mar 21, 2014 at 09:41:24AM +0100, Richard Biener wrote: > > On Thu, 20 Mar 2014, Martin Jambor wrote: > > > > > Hi, > > > > > > in PR 60419 we end up with a call graph node for a thunk that has no > > > callee because symtab_remove_unr

Re: [PATCH, PR 60419] Clear thunk flag of "zombie" nodes

2014-03-21 Thread Martin Jambor
Hi, On Fri, Mar 21, 2014 at 09:41:24AM +0100, Richard Biener wrote: > On Thu, 20 Mar 2014, Martin Jambor wrote: > > > Hi, > > > > in PR 60419 we end up with a call graph node for a thunk that has no > > callee because symtab_remove_unreachable_nodes has determined its body > > is not needed alth

Re: [PATCH, PR 60419] Clear thunk flag of "zombie" nodes

2014-03-21 Thread Richard Biener
On Thu, 20 Mar 2014, Martin Jambor wrote: > Hi, > > in PR 60419 we end up with a call graph node for a thunk that has no > callee because symtab_remove_unreachable_nodes has determined its body > is not needed although its declaration is still reachable (more > details in comment 11 in bugzilla)