<?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: Is That a Compiler Bug?</title>
	<atom:link href="http://blog.regehr.org/archives/26/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.regehr.org/archives/26</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 05:34:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Raka Mitra</title>
		<link>http://blog.regehr.org/archives/26/comment-page-1#comment-202</link>
		<dc:creator>Raka Mitra</dc:creator>
		<pubDate>Thu, 08 Apr 2010 09:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=26#comment-202</guid>
		<description>My C interpreter will act like a reference which will flag out the errors in existing C compilers. My aim is to build a compiler testing tool.</description>
		<content:encoded><![CDATA[<p>My C interpreter will act like a reference which will flag out the errors in existing C compilers. My aim is to build a compiler testing tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: regehr</title>
		<link>http://blog.regehr.org/archives/26/comment-page-1#comment-200</link>
		<dc:creator>regehr</dc:creator>
		<pubDate>Wed, 07 Apr 2010 16:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=26#comment-200</guid>
		<description>Hi Raka-  To see plenty of examples of bugs, you can click on the links at the bottom of my post.

I&#039;m curious why you have chosen to write a C interpreter, as opposed to using a collection of existing compilers to determine the correct answer?</description>
		<content:encoded><![CDATA[<p>Hi Raka-  To see plenty of examples of bugs, you can click on the links at the bottom of my post.</p>
<p>I&#8217;m curious why you have chosen to write a C interpreter, as opposed to using a collection of existing compilers to determine the correct answer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raka Mitra</title>
		<link>http://blog.regehr.org/archives/26/comment-page-1#comment-197</link>
		<dc:creator>Raka Mitra</dc:creator>
		<pubDate>Wed, 07 Apr 2010 10:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=26#comment-197</guid>
		<description>I am also trying o build a compiler testing strategy. It includes building of a C interpreter which will act as the reference for a compiler under test. Suitable test cases have to be used and applied to both the interpreter and the compiler and the results compared.can you give me a set of sual compiler bugs such that my interpreter can flag out those.</description>
		<content:encoded><![CDATA[<p>I am also trying o build a compiler testing strategy. It includes building of a C interpreter which will act as the reference for a compiler under test. Suitable test cases have to be used and applied to both the interpreter and the compiler and the results compared.can you give me a set of sual compiler bugs such that my interpreter can flag out those.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

