> Is this one ok? Hi, we did quite some work on removing a langhooks for LTO, where they become quite impossible So I would like to know what testcase causes the problem and why.
Honza > > David > > On Fri, Apr 29, 2011 at 4:38 PM, Xinliang David Li <davi...@google.com> wrote: > > During function cloning, the language field of the src func is not > > copied. This can lead to null dereference when gcc calls into langhook > > functions. Unfortunately, I lost track of the test case. > > > > Ok for trunk ? > > > > Thanks, > > > > David > > > > > > 2011-04-29 Xinliang David Li <davi...@google.com> > > > > * tree-inline.c (ininitialize_cfun): Initialize > > language field for clone cfun. > >