<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Cross-reference listing]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=578&amp;type=atom" />
	<updated>2016-07-25T14:28:18Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=578</id>
		<entry>
			<title type="html"><![CDATA[Re: Cross-reference listing]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2623#p2623" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[franceint]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3675</uri>
			</author>
			<updated>2016-07-25T14:28:18Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2623#p2623</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cross-reference listing]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2622#p2622" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2016-07-25T11:41:31Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2622#p2622</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Cross-reference listing]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2620#p2620" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[franceint]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3675</uri>
			</author>
			<updated>2016-07-23T18:22:27Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2620#p2620</id>
		</entry>
</feed>
