<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A Guide to Undefined Behavior in C and C++, Part 3</title>
	<atom:link href="http://blog.regehr.org/archives/232/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.regehr.org/archives/232</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 15:30:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Margit</title>
		<link>http://blog.regehr.org/archives/232/comment-page-1#comment-2147</link>
		<dc:creator>Margit</dc:creator>
		<pubDate>Tue, 15 Feb 2011 20:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=232#comment-2147</guid>
		<description><![CDATA[Indeed, and I concur with your explanation.
Indeed it is nasty, and I  do not believe that
it is possible (within the C standard)  to
code this possibility.
However my code stands and is used universally.

Margit]]></description>
		<content:encoded><![CDATA[<p>Indeed, and I concur with your explanation.<br />
Indeed it is nasty, and I  do not believe that<br />
it is possible (within the C standard)  to<br />
code this possibility.<br />
However my code stands and is used universally.</p>
<p>Margit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: regehr</title>
		<link>http://blog.regehr.org/archives/232/comment-page-1#comment-2145</link>
		<dc:creator>regehr</dc:creator>
		<pubDate>Tue, 15 Feb 2011 20:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=232#comment-2145</guid>
		<description><![CDATA[Hi Margit,

The ANSI C (C89) standard says: &quot;The end of a full expression is a sequence point.&quot;  

Anyway, the real reason I&#039;m not that interested in pursuing this further is that the developers of several major C implementations have decided what to do. It&#039;s fine if you believe this is a bug, but I strongly doubt they would agree. The point of my post was to call this issue to the attention of C developers, since it&#039;s nasty.]]></description>
		<content:encoded><![CDATA[<p>Hi Margit,</p>
<p>The ANSI C (C89) standard says: &#8220;The end of a full expression is a sequence point.&#8221;  </p>
<p>Anyway, the real reason I&#8217;m not that interested in pursuing this further is that the developers of several major C implementations have decided what to do. It&#8217;s fine if you believe this is a bug, but I strongly doubt they would agree. The point of my post was to call this issue to the attention of C developers, since it&#8217;s nasty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Margit</title>
		<link>http://blog.regehr.org/archives/232/comment-page-1#comment-2144</link>
		<dc:creator>Margit</dc:creator>
		<pubDate>Tue, 15 Feb 2011 19:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=232#comment-2144</guid>
		<description><![CDATA[Sorry to hear that. I was hoping to include my
observartions in your post.

To iterate, a may NOT reorder instructions when
a sequence-point occurs.

To my mind, your obervations for Clang/Intel represent a bug.

Margit]]></description>
		<content:encoded><![CDATA[<p>Sorry to hear that. I was hoping to include my<br />
observartions in your post.</p>
<p>To iterate, a may NOT reorder instructions when<br />
a sequence-point occurs.</p>
<p>To my mind, your obervations for Clang/Intel represent a bug.</p>
<p>Margit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: regehr</title>
		<link>http://blog.regehr.org/archives/232/comment-page-1#comment-2143</link>
		<dc:creator>regehr</dc:creator>
		<pubDate>Tue, 15 Feb 2011 19:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=232#comment-2143</guid>
		<description><![CDATA[Hi Margit, I&#039;m losing interest in this thread.]]></description>
		<content:encoded><![CDATA[<p>Hi Margit, I&#8217;m losing interest in this thread.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Margit</title>
		<link>http://blog.regehr.org/archives/232/comment-page-1#comment-2142</link>
		<dc:creator>Margit</dc:creator>
		<pubDate>Tue, 15 Feb 2011 19:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=232#comment-2142</guid>
		<description><![CDATA[But we are not talking about C99!

Margit]]></description>
		<content:encoded><![CDATA[<p>But we are not talking about C99!</p>
<p>Margit</p>
]]></content:encoded>
	</item>
</channel>
</rss>
