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: fix for strct-pack-1.c regressions


On Wed, Mar 13, 2002 at 10:44:25PM -0500, Richard Kenner wrote:
> I believe that DECL_NONADDRESSABLE_P should be set in such cases and I think
> if it is that it solves this problem without any other change.

Technically, you can still take the address of these fields.

We *should* be generating a pointer-to-unaligned-int rather
than pointer-to-int, but we can't represent that properly
at the moment.


r~


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