fix inline-asm/15740

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Wed Dec 29 03:44:00 GMT 2004


    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.



More information about the Gcc-patches mailing list