From -8594629924955818310
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,7522e5259f7267d6
X-Google-Attributes: gidf78e5,public
From: jpotter@falcon.lhup.edu (John Potter)
Subject: Re: x = y = z;  Undefined?
Date: 2000/01/13
Message-ID: <387d5016.57373845@news.csrlink.net>#1/1
X-Deja-AN: 572054811
Approved: Fergus Henderson <fjh@cs.mu.oz.au>, moderator of comp.std.c++
References: <MPG.12ddaa92533ae9679896a6@news.supernews.com> <t7so0bqea7.fsf@calumny.jyacc.com> <3876254a.30903561@news.csrlink.net> <derobert-9FC87E.01591309012000@news.erols.com> <3879ca08.3142429@news.csrlink.net> <derobert-8223E1.23372510012000@news.erols.com> <387b3c32.7816532@news.csrlink.net> <387B6338.FCE9D984@sensor.com> <387bb7c0.39451037@news.csrlink.net> <85j22p$87k$1@pravda.ucr.edu>
X-Authentication-Warning: mulga.cs.mu.OZ.AU: fjh set sender to devnull@stump.algebra.com using -f
X-Complaints-To: abuse@demon.net
X-Mail2News-Path: news.demon.net!mulga.cs.mu.oz.au
X-Trace: mail2news.demon.co.uk 947763336 mail2news:12554 mail2news mail2news.demon.co.uk
Organization: Newscene Public Access Usenet News Service (http://www.newscene.com/)
X-Robomod: STUMP, ichudov@algebra.com (Igor Chudov)
Nntp-Posting-Date: Wed, 12 Jan 2000 22:14:26 CST
Newsgroups: comp.std.c++

On 13 Jan 2000 01:12:33 GMT, Tom Payne <thp@roam-thp2.cs.ucr.edu> wrote:

: 
: John Potter <jpotter@falcon.lhup.edu> wrote:
: 
: > Results may be retained where ever until a sequence point at which
: > time the values must be stored.  
: 
: AFIK, only volatiles must be updated at the sequence point.

See 1.9/7.  Modifying the state of the computation is a side effect.
As-if games are still allowed, but store now is what it says.

John

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]




