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: bootstrap broken on powerpc-linux and powerpc64-linux


On Wed, Dec 14, 2005 at 02:34:06PM +0000, Joern RENNECKE wrote:
> Alan Modra wrote:
> 
> >(gdb) p debug_rtx (x)
> >(reg:DF 5 5 [orig:272+8 ] [272])
> >$2 = void
> >(gdb) p debug_rtx (y)
> >(reg:DF 45 13 [266])
> >$3 = void
> > 
> >
> Does HARD_REGNO_NREGS differ for these two registers?

Yes.  On powerpc, reg 5 is r5, a 32-bit gp register, reg 45 is fr13, a
64-bit fp reg.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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