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


On 14-Dec-2001, Gabriel Dos Reis <gdr@codesourcery.com> wrote:
> Linus Torvalds <torvalds@transmeta.com> writes:
> | The "rvalue" of an assignment expression is the value stored.
> 
> Nobody is disputing that.

Well, Linus's terminology is not quite right here.
An rvalue _is_ an expression; it _has_ a value.
An expression may _be_ an rvalue, but it does not _have_ an rvalue.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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