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: Arrays and Alignment


Gabriel Dos Reis wrote:-

> | > Thanks for the instantaneous reply :-)
> | > 
> | > I must confess, however, that I don't understand what you mean
> | > by "both". Do you mean (1) array alignment and (2) array element
> | 
> | He means, I think, that &a[n] == &a[0] + n * sizeof (a[0]) is an
> | inescapable fact of life.
> 
> Certainly, but alignment and sizeof are not unrelated attributes.

That may be true, but I stand by my statement, which I believe you
agree with, and I interpret that as what Andreas meant.

Neil.


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