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] PR21990


Björn Haase <bjoern.m.haase@web.de> writes:

> Denis Chertykov wrote on Dienstag, 6. September 2005 18:26 :
> > I think that reload can try to check r28:r29 (frame pointer) for
> > Pmode. (may be not today may be in the future)
> > I'm worry about this.
> It seems that reload does take it to be guaranteed that the frame pointer 
> register could always hold a Pmode object ;-). The result of 
> avr_hard_regno_mode_ok seems to be used only for the other registers, those 
> that are managed by the register allocator.
> 
> I am not too worried about an eventual problem in the future.

I'm worried.
The better way is to ask a general maintainers.

Denis.


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