This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix for strct-pack-1.c regressions
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: aldyh at redhat dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 13 Mar 02 22:44:25 EST
- Subject: Re: fix for strct-pack-1.c regressions
s and d end up sharing different bits of the same memory and
having to do ANDs/ORs to get the values in correctly.
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.