<?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: GCC Tries to Help &#8211; With Mixed Results</title>
	<atom:link href="http://marknelson.us/2011/08/15/gcc-tries-to-help-with-mixed-results/feed/" rel="self" type="application/rss+xml" />
	<link>http://marknelson.us/2011/08/15/gcc-tries-to-help-with-mixed-results/</link>
	<description>Programming, mostly.</description>
	<lastBuildDate>Wed, 16 May 2012 08:30:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: eupator</title>
		<link>http://marknelson.us/2011/08/15/gcc-tries-to-help-with-mixed-results/comment-page-1/#comment-444635</link>
		<dc:creator>eupator</dc:creator>
		<pubDate>Tue, 03 Jan 2012 19:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/?p=589#comment-444635</guid>
		<description>POSIX does actually require a strictly conforming program (whatever that means) to call execl with non-empty arg0, so gcc was perfectly right to complain here.</description>
		<content:encoded><![CDATA[<p>POSIX does actually require a strictly conforming program (whatever that means) to call execl with non-empty arg0, so gcc was perfectly right to complain here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Nelson</title>
		<link>http://marknelson.us/2011/08/15/gcc-tries-to-help-with-mixed-results/comment-page-1/#comment-396682</link>
		<dc:creator>Mark Nelson</dc:creator>
		<pubDate>Sun, 06 Nov 2011 19:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/?p=589#comment-396682</guid>
		<description>Thanks Alex - fixed!</description>
		<content:encoded><![CDATA[<p>Thanks Alex &#8211; fixed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Ratushnyak</title>
		<link>http://marknelson.us/2011/08/15/gcc-tries-to-help-with-mixed-results/comment-page-1/#comment-396668</link>
		<dc:creator>Alex Ratushnyak</dc:creator>
		<pubDate>Sun, 06 Nov 2011 18:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/?p=589#comment-396668</guid>
		<description>&gt; int parse_user_name( char *name, size_t namel )
&gt;    {
&gt;        printf( &quot;Please provide a name: );
&gt;        sscanf( &quot;%s&quot;, namel );
&gt;    }

there&#039;s one more typo: printf will fail.</description>
		<content:encoded><![CDATA[<p>&gt; int parse_user_name( char *name, size_t namel )<br />
&gt;    {<br />
&gt;        printf( &#8220;Please provide a name: );<br />
&gt;        sscanf( &#8220;%s&#8221;, namel );<br />
&gt;    }</p>
<p>there&#8217;s one more typo: printf will fail.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

