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
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
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)