<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Random thoughts along the roadside... &#187; GCC</title>
	<atom:link href="http://www.virtualroadside.com/blog/index.php/category/gcc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualroadside.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 03 Oct 2011 07:24:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Debug STL errors with __GLIBCXX_DEBUG</title>
		<link>http://www.virtualroadside.com/blog/index.php/2009/03/13/debug-stl-errors-with-__glibcxx_debug/</link>
		<comments>http://www.virtualroadside.com/blog/index.php/2009/03/13/debug-stl-errors-with-__glibcxx_debug/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 23:44:03 +0000</pubDate>
		<dc:creator>dustin</dc:creator>
				<category><![CDATA[GCC]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.virtualroadside.com/blog/?p=227</guid>
		<description><![CDATA[Ever got one of those *really* annoying glibc errors that don&#8217;t give you a whole lot of information except &#8220;something bad happened, and it was memory related, but we&#8217;re not going to tell you where the problem is!&#8221;? You know, in the form of *** glibc detected *** ./test: double free or corruption (out): 0x0000000001e52440 [...]]]></description>
		<wfw:commentRss>http://www.virtualroadside.com/blog/index.php/2009/03/13/debug-stl-errors-with-__glibcxx_debug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful GCC-only trick: warn if return value is unused</title>
		<link>http://www.virtualroadside.com/blog/index.php/2008/12/14/useful-gcc-only-trick-warn-if-return-value-is-unused/</link>
		<comments>http://www.virtualroadside.com/blog/index.php/2008/12/14/useful-gcc-only-trick-warn-if-return-value-is-unused/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 08:18:17 +0000</pubDate>
		<dc:creator>dustin</dc:creator>
				<category><![CDATA[GCC]]></category>

		<guid isPermaLink="false">http://www.virtualroadside.com/blog/?p=201</guid>
		<description><![CDATA[So I found this useful thing that you can add to your functions on GCC compilers&#8230; basically, you add an attribute to the end of the function definition and GCC will warn anytime that function is called and the return value isn&#8217;t used. Ubuntu 8.10 has enabled this for a *ton* of system calls, and [...]]]></description>
		<wfw:commentRss>http://www.virtualroadside.com/blog/index.php/2008/12/14/useful-gcc-only-trick-warn-if-return-value-is-unused/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

