Re: patch to fix PR63620

2014-11-09 Thread Jack Howarth
I don't see any regressions in the libjava test suite on x86_64-apple-darwin14 at r217265 for -m32/-m64 regression testing but I also have... https://gcc.gnu.org/bugzilla/attachment.cgi?id=33843 from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63622#c3 to prevent alias creation on targets that d

Re: patch to fix PR63620

2014-11-09 Thread H.J. Lu
On Sun, Nov 9, 2014 at 8:47 AM, Vladimir Makarov wrote: > The following patch solves PR63620. The details can be found > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63620 > > The patch is more than just the problem solution. It adds global live > analysis for pseudos when it is necessary (liv

Re: patch to fix PR63620

2014-11-09 Thread Uros Bizjak
On Sun, Nov 9, 2014 at 8:16 PM, Uros Bizjak wrote: >> The following patch solves PR63620. The details can be found >> >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63620 >> >> The patch is more than just the problem solution. It adds global live >> analysis for pseudos when it is necessary (l

Re: patch to fix PR63620

2014-11-09 Thread Uros Bizjak
Hello! > The following patch solves PR63620. The details can be found > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63620 > > The patch is more than just the problem solution. It adds global live > analysis for pseudos when it is necessary (live info change on a BB > border triggers it). The