This is the mail archive of the gcc@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: [reload] paradoxical mems


DJ Delorie <dj@redhat.com> writes:

> > Reload can temporarily produce a SUBREG of a MEM if, as the comment
> > says, the insn has a SUBREG of a REG, and the REG is turned into a
> > memory address.  But before approving this patch, can you say
> > something about what calls reg_overlap_mentioned_for_reload_p in this
> > case?  There are a number of places in reload which assume that a
> > SUBREG is only of a REG.
> 
> Here is the traceback:

Thanks.

Patch is OK if bootstrapped, etc.

Ian


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