Re: Fix bugs introduced by switch-case profile propagation

2012-10-31 Thread Jan Hubicka
> On Fri, Oct 26, 2012 at 8:05 AM, Jan Hubicka wrote: > >> Hi, > >> > >> On Tue, Oct 23, 2012 at 3:03 AM, Jan Hubicka wrote: > >> >> Ping. > >> >> > >> >> > >> >> On Wed, Oct 17, 2012 at 1:48 PM, Easwaran Raman > >> >> wrote: > >> >> > Hi, > >> >> > This patch fixes bugs introduced by my previ

Re: Fix bugs introduced by switch-case profile propagation

2012-10-31 Thread Easwaran Raman
On Fri, Oct 26, 2012 at 8:05 AM, Jan Hubicka wrote: >> Hi, >> >> On Tue, Oct 23, 2012 at 3:03 AM, Jan Hubicka wrote: >> >> Ping. >> >> >> >> >> >> On Wed, Oct 17, 2012 at 1:48 PM, Easwaran Raman wrote: >> >> > Hi, >> >> > This patch fixes bugs introduced by my previous patch to propagate >> >>

Re: Fix bugs introduced by switch-case profile propagation

2012-10-31 Thread Oleg Endo
On Fri, 2012-10-26 at 17:05 +0200, Jan Hubicka wrote: > > Hi, > > > > On Tue, Oct 23, 2012 at 3:03 AM, Jan Hubicka wrote: > > >> Ping. > > >> > > >> > > >> On Wed, Oct 17, 2012 at 1:48 PM, Easwaran Raman > > >> wrote: > > >> > Hi, > > >> > This patch fixes bugs introduced by my previous patch

Re: Fix bugs introduced by switch-case profile propagation

2012-10-26 Thread Jan Hubicka
> Hi, > > On Tue, Oct 23, 2012 at 3:03 AM, Jan Hubicka wrote: > >> Ping. > >> > >> > >> On Wed, Oct 17, 2012 at 1:48 PM, Easwaran Raman wrote: > >> > Hi, > >> > This patch fixes bugs introduced by my previous patch to propagate > >> > profiles during switch expansion. Bootstrap and profiledboot

Re: Fix bugs introduced by switch-case profile propagation

2012-10-25 Thread Easwaran Raman
Hi, On Tue, Oct 23, 2012 at 3:03 AM, Jan Hubicka wrote: >> Ping. >> >> >> On Wed, Oct 17, 2012 at 1:48 PM, Easwaran Raman wrote: >> > Hi, >> > This patch fixes bugs introduced by my previous patch to propagate >> > profiles during switch expansion. Bootstrap and profiledbootstrap >> > successfu

Re: Fix bugs introduced by switch-case profile propagation

2012-10-23 Thread Easwaran Raman
On Tue, Oct 23, 2012 at 3:03 AM, Jan Hubicka wrote: >> Ping. >> >> >> On Wed, Oct 17, 2012 at 1:48 PM, Easwaran Raman wrote: >> > Hi, >> > This patch fixes bugs introduced by my previous patch to propagate >> > profiles during switch expansion. Bootstrap and profiledbootstrap >> > successful on

Re: Fix bugs introduced by switch-case profile propagation

2012-10-23 Thread Jan Hubicka
> Ping. > > > On Wed, Oct 17, 2012 at 1:48 PM, Easwaran Raman wrote: > > Hi, > > This patch fixes bugs introduced by my previous patch to propagate > > profiles during switch expansion. Bootstrap and profiledbootstrap > > successful on x86_64. Confirmed that it fixes the crashes reported in > >

Re: Fix bugs introduced by switch-case profile propagation

2012-10-22 Thread Easwaran Raman
Ping. On Wed, Oct 17, 2012 at 1:48 PM, Easwaran Raman wrote: > Hi, > This patch fixes bugs introduced by my previous patch to propagate > profiles during switch expansion. Bootstrap and profiledbootstrap > successful on x86_64. Confirmed that it fixes the crashes reported in > PR middle-end/549