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: arm_hard_regno_mode_ok update


> On Fri, 2002-01-25 at 11:42, Nick Clifton wrote:
> >   Because I am trying to stop IP (r12) being assigned to hold a DImode
> >   value, since the upper half will be placed in the stack pointer
> >   (r13), which is not good.
> 
> How come the fact that R13 is in FIXED_REGISTERS doesn't stop this from
> happening already?  Does that mean that if I use -ffixed-r7, say, the
> compiler might still choose to put a DImode value in R6+R7?
> 
> p.

Indeed.  That was the essence of my question here...

http://gcc.gnu.org/ml/gcc-patches/2002-01/msg01504.html

R.


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