<?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 1</title>
	<atom:link href="http://blog.regehr.org/archives/213/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.regehr.org/archives/213</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 05:57:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: outerplanet</title>
		<link>http://blog.regehr.org/archives/213/comment-page-1#comment-1809</link>
		<dc:creator>outerplanet</dc:creator>
		<pubDate>Sun, 23 Jan 2011 01:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=213#comment-1809</guid>
		<description><![CDATA[[...] lecture, about Undefined Behavior in c and c plus plus, at Regehr´s blog Look at the piece of code: what is going to happen [...]]]></description>
		<content:encoded><![CDATA[<p>[...] lecture, about Undefined Behavior in c and c plus plus, at Regehr´s blog Look at the piece of code: what is going to happen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Undefined Behavior of C and C++ &#124; Itsy Bitsy</title>
		<link>http://blog.regehr.org/archives/213/comment-page-1#comment-1412</link>
		<dc:creator>Undefined Behavior of C and C++ &#124; Itsy Bitsy</dc:creator>
		<pubDate>Tue, 02 Nov 2010 22:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=213#comment-1412</guid>
		<description><![CDATA[[...] A Guide to Undefined Behavior in C and C++, Part 1 A Guide to Undefined Behavior in C and C++, Part 2 A Guide to Undefined Behavior in C and C++, Part 3   This entry was posted in Worth reading. Bookmark the permalink.    &#8592; Making a JUnit 4 Test Suite [...]]]></description>
		<content:encoded><![CDATA[<p>[...] A Guide to Undefined Behavior in C and C++, Part 1 A Guide to Undefined Behavior in C and C++, Part 2 A Guide to Undefined Behavior in C and C++, Part 3   This entry was posted in Worth reading. Bookmark the permalink.    &larr; Making a JUnit 4 Test Suite [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Undefined behavior in C and C++ &#171; IPhVu::iLearn</title>
		<link>http://blog.regehr.org/archives/213/comment-page-1#comment-1402</link>
		<dc:creator>Undefined behavior in C and C++ &#171; IPhVu::iLearn</dc:creator>
		<pubDate>Wed, 27 Oct 2010 07:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=213#comment-1402</guid>
		<description><![CDATA[[...] Undefined behavior in C&#160;and C++  19/08/2010 phvu Leave a comment Go to comments    http://blog.regehr.org/archives/213 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Undefined behavior in C&nbsp;and C++  19/08/2010 phvu Leave a comment Go to comments    <a href="http://blog.regehr.org/archives/213" rel="nofollow">http://blog.regehr.org/archives/213</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.regehr.org/archives/213/comment-page-1#comment-1172</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 25 Aug 2010 21:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=213#comment-1172</guid>
		<description><![CDATA[Cleared up my full misundertanding here...

http://stackoverflow.com/questions/3569424/how-to-do-a-double-chunk-add-with-no-undefined-behaviour

Basically, big integers without undefined behaviour have been perfectly possible for some time - the languages are (slightly, but in a very significant way) better defined than I realised, and have been for a little over ten years.]]></description>
		<content:encoded><![CDATA[<p>Cleared up my full misundertanding here&#8230;</p>
<p><a href="http://stackoverflow.com/questions/3569424/how-to-do-a-double-chunk-add-with-no-undefined-behaviour" rel="nofollow">http://stackoverflow.com/questions/3569424/how-to-do-a-double-chunk-add-with-no-undefined-behaviour</a></p>
<p>Basically, big integers without undefined behaviour have been perfectly possible for some time &#8211; the languages are (slightly, but in a very significant way) better defined than I realised, and have been for a little over ten years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: regehr</title>
		<link>http://blog.regehr.org/archives/213/comment-page-1#comment-1154</link>
		<dc:creator>regehr</dc:creator>
		<pubDate>Mon, 23 Aug 2010 02:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=213#comment-1154</guid>
		<description><![CDATA[Hi Steve- - Yes this is exactly right: machine generated code, macros, inlining, etc. can cause bizarre source code that a human would never write.  Also, most good compilers these days will perform inlining across compilation units, so it&#039;s not really easy to predict what the code that the compiler finally sees will look like.]]></description>
		<content:encoded><![CDATA[<p>Hi Steve- &#8211; Yes this is exactly right: machine generated code, macros, inlining, etc. can cause bizarre source code that a human would never write.  Also, most good compilers these days will perform inlining across compilation units, so it&#8217;s not really easy to predict what the code that the compiler finally sees will look like.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
