Is this one ok? 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. >