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 inline-asm/15740


    A, being referencable only from memory, must be marked TREE_ADDRESSABLE.

    It must be done in the front end before gimplification starts, so that
    we don't change a setting of TREE_ADDRESSABLE in the middle, which 
    results in previously correct statements no longer being correct.

What I don't follow is in what way your patch changed that. 
mark_addressable was being called in both the old and new code and
it looks like it was called in very similar circumstances.  That's
the part of the change I don't get.


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