From 3220805254344657776
X-Google-Thread: f78e5,174aa7b34b06a51
X-Google-Attributes: gidf78e5,public
X-Google-Language: ENGLISH,ASCII-7-bit
Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newscon06.news.prodigy.com!prodigy.net!newsfeed-00.mathworks.com!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!stump.algebra.com!devnull
From: ron@spamcop.net (Ron Natalie)
Newsgroups: comp.std.c++
Subject: Re: Is this really unspecified behavior?
Date: Sun, 27 Nov 2005 22:26:42 GMT
Organization: Newshosting.com - Highest quality at a great price! www.newshosting.com
Lines: 21
Sender: mail2news@demon.net
Approved: fjh@cs.mu.oz.au (Fergus Henderson , moderator of comp.std.c++)
Message-ID: <438a144e$0$28499$9a6e19ea@news.newshosting.com>
References: <1132629737.664847.151630@o13g2000cwo.googlegroups.com> <1132662585.882464.24110@f14g2000cwb.googlegroups.com> <E1EeZw5-0004wI-00@chx400.switch.ch> <XBQgf.150724$zb5.113482@bgtnsc04-news.ops.worldnet.att.net> <1132809799.629407.12230@z14g2000cwz.googlegroups.com> <15phf.161544$zb5.145459@bgtnsc04-news.ops.worldnet.att.net> <20051125144435.31EA211406E@mscan6.ucar.edu> <dmavuj$1pqg$1@node1.news.atman.pl>
NNTP-Posting-Host: news.news.demon.net
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: news.demon.co.uk 1133130407 23448 158.152.254.254 (27 Nov 2005 22:26:47 GMT)
X-Complaints-To: abuse@demon.net
NNTP-Posting-Date: Sun, 27 Nov 2005 22:26:47 +0000 (UTC)
X-Robomod: STUMP, ichudov@algebra.com (Igor Chudov)
X-User-Agent: Thunderbird 1.4 (Windows/20050908)
X-Virus-Scanned: amavisd-new at cs.mu.OZ.AU
X-Path: comp-std-cpp-robomod!not-for-mail
X-Received: (from fjh@localhost)
	by mulga.cs.mu.OZ.AU (8.12.10+Sun/8.12.9/Submit) id jARMQgYO008449;
	Mon, 28 Nov 2005 09:26:42 +1100 (EST)
X-Delivered-To: std-c++@ucar.edu
X-Authentication-Warning: mulga.cs.mu.OZ.AU: fjh set sender to devnull@stump.algebra.com using -f
X-Newsgroups: comp.std.c++
Xref: g2news1.google.com comp.std.c++:2614

Krzysztof Zelechowski wrote:

> That is how the C++ front end works: it translates C++ to C. 

There's no such standard concept as a C++ front end.  The language
does not define nor proposes any convention for a conversion of
C++ to C.

There are already a number of constructs in C++ that are DIFFERENT
from how they are implemented in C++.

The answer here is that C++ leaves the behavior undefined for
the same reason C does, the supposed advantage to prescribing
an ordered behavior doesn't override efficiency concerns.

---
[ 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://www.jamesd.demon.co.uk/csc/faq.html                       ]



