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: memref_conflict_p



  In message <13917.52207.303372.122029@ongaonga.elec.canterbury.ac.nz>you writ
e:
  > 
  > 
  > The current behaviour of
  > memref_conflict_p (1, (REG:P r), 1, (PRE_INC:P (REG:P r)), 0)
  > is to return 1 even though these pointers will not reference the
  > same memory location.
  > 
  > Is this intentional or should this function be extended to handle
  > autoincrement addressing?
Sounds like a mistake to me.  I've had to beat on the alias code in the past
to improve autoinc support, so it wouldn't suprise me if there are areas where
it is still weak.

Jeff


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