<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Complete beginner - detecting errors]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=269</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=269&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Complete beginner - detecting errors.]]></description>
		<lastBuildDate>Sun, 24 Nov 2013 07:43:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Complete beginner - detecting errors]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=1076#p1076</link>
			<description><![CDATA[<p>OK.&nbsp; Solved my own problem.&nbsp; Just needed to add a -fcheck all flag to the compiler options</p>]]></description>
			<author><![CDATA[null@example.com (oz1)]]></author>
			<pubDate>Sun, 24 Nov 2013 07:43:27 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=1076#p1076</guid>
		</item>
		<item>
			<title><![CDATA[Complete beginner - detecting errors]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=1075#p1075</link>
			<description><![CDATA[<p>After many happy years with Lahey Fortran ED4W, I find it won&#039;t work on WIN7 x64 so I&#039;m trying out SF2</p><p>Here is a simple program where a write statement exceeds array bounds</p><p>program test<br />dimension i(3)&nbsp; &nbsp;<br />i=1<br />do j=1,4<br />&nbsp; &nbsp; write(*,*) i(j)<br />end do<br />end</p><p>The result is <br />1<br />1<br />1<br />128<br />What I need is to generate a run time error message to show that i(4)&nbsp; is out of range.</p><p>How do I set compiler options to do this?&nbsp; Also, how do I set runtime environment variables such as GFORTRAN_ERROR_BACKTRACE</p><p>I presume this is through compiler switches or flags but I&#039;d appreciate an example of where &amp; how to do this in SF</p>]]></description>
			<author><![CDATA[null@example.com (oz1)]]></author>
			<pubDate>Sun, 24 Nov 2013 02:50:32 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=1075#p1075</guid>
		</item>
	</channel>
</rss>
