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]

Re: MEM/u trouble


    Can I access a (mem/u (addressof ())) this way at least? 

No since it's usually allocated via a stack slot.

    Or do we have to force initialization of the slot at a temporary and
    then copying it to the const location (that would pessimize the code)?

I don't understand the original problem.  How did /u get set incorrectly in
the first place?


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