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: DATA_ALIGNMENT vs. DECL_USER_ALIGNMENT


On Thu, Apr 10, 2003 at 05:40:55PM -0400, Richard Kenner wrote:
> Because of the requirement that the alignment of most types be *static*.
> So they cannot be changed from what the front end thinks they are, whether
> or not they got that way by explicit user action.

Seems to me that if this is happening, it's a failing of the
layout_type interface.  It definitely seems Wrong to abuse
*USER_ALIGN for this.


r~


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