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: PR 6212


On Tue, May 07, 2002 at 02:02:46PM -0400, Richard Kenner wrote:
> Consider x[j].y.  OFFSET is J*C and BITPOS is that for Y.  TYPE here is
> that of field Y, but OFFSET's alignment corresponds to the type of X[J].

Are you suggesting that the outer object X[J] may have
smaller alignment than the inner object Y?

I don't know of a type system that allows that.


r~


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