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: Volatile MEMs in statement expressions and functions inlined as trees


    6.5.15 [#3] ... An assignment expression has the value of the left operand
    after the assignment, ...

    For me this implies that a volatile object must be reloaded.

"has the value of" does not imply "is read from" to me.  That can be read to
say that it must have the same value *as if* it were re-read.


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