Re: FW: [PATCH] Fix PR ipa/64049

2014-12-08 Thread Jan Hubicka
> > On Mon, Dec 8, 2014 at 11:57 AM, Bernd Edlinger > > wrote: > > > > > > > > >> > > >> Hello, > > >> > > >> > > >> this surprisingly simple patch fixes PR ipa/64049. The root cause seems > > >> to be > > >> that in this test case we try to devirtualize a method call on a return > > >> value.

Re: FW: [PATCH] Fix PR ipa/64049

2014-12-08 Thread Jan Hubicka
> On Mon, Dec 8, 2014 at 11:57 AM, Bernd Edlinger > wrote: > > > > > >> > >> Hello, > >> > >> > >> this surprisingly simple patch fixes PR ipa/64049. The root cause seems > >> to be > >> that in this test case we try to devirtualize a method call on a return > >> value. > >> > >> > >> Boot-Stra

Re: FW: [PATCH] Fix PR ipa/64049

2014-12-08 Thread Richard Biener
On Mon, Dec 8, 2014 at 11:57 AM, Bernd Edlinger wrote: > > >> >> Hello, >> >> >> this surprisingly simple patch fixes PR ipa/64049. The root cause seems to >> be >> that in this test case we try to devirtualize a method call on a return >> value. >> >> >> Boot-Strapped and regression-tested on

FW: [PATCH] Fix PR ipa/64049

2014-12-08 Thread Bernd Edlinger
> > Hello, > > > this surprisingly simple patch fixes PR ipa/64049. The root cause seems to be > that in this test case we try to devirtualize a method call on a return value. > > > Boot-Strapped and regression-tested on X86_64-linux-gnu. > OK for trunk? > > > Thanks > Bernd. > Again with chang