This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch to fix PR63527


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]