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


    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.


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