<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Cross-reference listing]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=578</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=578&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Cross-reference listing.]]></description>
		<lastBuildDate>Mon, 25 Jul 2016 14:28:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Cross-reference listing]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2623#p2623</link>
			<description><![CDATA[<p>Thanks Jeff. I guess it wouldn&#039;t be too hard to write a program to produce a call tree, but I was hoping not to have to reinvent the wheel. Surely some third party software that does this must exist.</p>]]></description>
			<author><![CDATA[null@example.com (franceint)]]></author>
			<pubDate>Mon, 25 Jul 2016 14:28:18 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2623#p2623</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cross-reference listing]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2622#p2622</link>
			<description><![CDATA[<p>Simply Fortran doesn&#039;t ship any tools capable of producing a call tree. However, the compiler can fulfill your other two requests by enabling some warning flags.</p><p>To list unused variables, including parameters, in a procedure:<br /></p><div class="codebox"><pre><code>-Wunused</code></pre></div><p>To list possible usage of uninitialized variables:<br /></p><div class="codebox"><pre><code>-Wuninitialized</code></pre></div><p>Both can be added to the list of Fortran flags under &quot;Compiler Flags&quot; in the <a href="https://simplyfortran.com/docs/full/options/project.html">Project Options window</a>.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 25 Jul 2016 11:41:31 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2622#p2622</guid>
		</item>
		<item>
			<title><![CDATA[Cross-reference listing]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2620#p2620</link>
			<description><![CDATA[<p>Does there exist, somewhere, a program that will produce a cross-reference listing for a FORTRAN program, showing ideally:</p><p>Call tree (including procedure and line numbers where a routine is called from)</p><p>List of unused variables in a procedure</p><p>List of variables that may have been used before being initialized</p>]]></description>
			<author><![CDATA[null@example.com (franceint)]]></author>
			<pubDate>Sat, 23 Jul 2016 18:22:27 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2620#p2620</guid>
		</item>
	</channel>
</rss>
