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: [gfortran] Complex type components


On Wed, Sep 10, 2003 at 03:14:49AM +0200, Gabriel Dos Reis wrote:
> what I wanted to say is that, given an array  and two indexes i and j
> with i != j, we know that array[i] cannot alias array[j].  Is that
> also true for component refs?

Yes, and more trivially so, since you don't have to worry 
about i or j being variable.


r~


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