Re: patch to fix PR63527

2014-11-25 Thread Vladimir Makarov
On 2014-11-25 9:21 PM, David Edelsohn wrote: It looks like you already fixed it. I had been looking for the patch on GCC Patches. I did a quick fix as the bootstrap was broken as soon as Mike Meissner wrote me on IRC. The fix was obvious but I postponed to send it until successful bootstra

Re: patch to fix PR63527

2014-11-25 Thread David Edelsohn
It looks like you already fixed it. I had been looking for the patch on GCC Patches. - David On Tue, Nov 25, 2014 at 9:08 PM, David Edelsohn wrote: > This patch broke bootstrap on AIX > > /nasfarm/edelsohn/src/src/gcc/ira-lives.c:1149:36: error: > 'REAL_PIC_OFFSET_TABLE_REGNUM' was not declared

Re: patch to fix PR63527

2014-11-25 Thread David Edelsohn
This patch broke bootstrap on AIX /nasfarm/edelsohn/src/src/gcc/ira-lives.c:1149:36: error: 'REAL_PIC_OFFSET_TABLE_REGNUM' was not declared in this scope = (find_regno_fusage (insn, USE, REAL_PIC_OFFSET_TABLE_REGNUM) ^ In file included from /nasfarm/edelsohn/

Re: patch to fix PR63527

2014-11-25 Thread H.J. Lu
On Tue, Nov 25, 2014 at 12:54 PM, H.J. Lu wrote: > On Tue, Nov 25, 2014 at 12:22 PM, Vladimir Makarov > wrote: >> The following patch fixes >> >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63527 >> >> The patch was tested and bootstrapped on x86/x86-64. >> >> Committed as rev. 218509. >> >> ht

Re: patch to fix PR63527

2014-11-25 Thread H.J. Lu
On Tue, Nov 25, 2014 at 12:22 PM, Vladimir Makarov wrote: > The following patch fixes > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63527 > > The patch was tested and bootstrapped on x86/x86-64. > > Committed as rev. 218509. > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63527 I checked in t

patch to fix PR63527

2014-11-25 Thread Vladimir Makarov
The following patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63527 The patch was tested and bootstrapped on x86/x86-64. Committed as rev. 218509. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63527 Index: ira-lives.c === -