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 <dje....@gmail.com> 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 in this scope > = (find_regno_fusage (insn, USE, REAL_PIC_OFFSET_TABLE_REGNUM) > ^ > In file included from /nasfarm/edelsohn/src/src/gcc/regs.h:24:0, > from /nasfarm/edelsohn/src/src/gcc/ira-lives.c:25: > /nasfarm/edelsohn/src/src/gcc/ira-lives.c:1310:7: error: > 'REAL_PIC_OFFSET_TABLE_REGNUM' was not declared in this scope > REAL_PIC_OFFSET_TABLE_REGNUM); > ^ > > David