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]

Re: MEM_COPY_ATTRIBUTES


  In message <10005031658.AA26707@vlsi1.ultra.nyu.edu>you write:
  >     Yes.  Look for places where MEM_COPY_ATTRIBUTES is used but
  >     MEM_ALIAS_SET is not.  They should represent places where the
  >     resulting memory doesn't have the same type as the original memory.
  >     (For example, the new MEM might not point at the same location as the
  >     old MEM, or might be wider.)
  > 
  > But in that case, you have to set *some* value for MEM_ALIAS_SET, right?
I believe it will default to zero, which is a safe value.

jeff


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