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]: MEM_REF


On Mon, May 16, 2005 at 03:52:12PM -0400, Daniel Berlin wrote:
> MEM_REF is a generic array-like index + deref operation that looks like
> an ARRAY_REF, except is performed on pointers.  ARRAY_REF requires it's
> argument to be an aggregate, and this is not easy nor necessarily
> desirable to change.

Work with Zdeneck so that we have only one of MEM_REF and MEM_TARGET_REF.

If Diego can help get aliasing issues sorted, I'm leaning toward 
preferring MEM_TARGET_REF.



r~


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