<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — GNU Fortran Compiler documentation version]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=626</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=626&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in GNU Fortran Compiler documentation version.]]></description>
		<lastBuildDate>Thu, 15 Jun 2017 16:50:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2917#p2917</link>
			<description><![CDATA[<p>Version 2.38 should include proper documentation versions.&nbsp; Sorry for the trouble!</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Thu, 15 Jun 2017 16:50:14 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2917#p2917</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2908#p2908</link>
			<description><![CDATA[<p>I am aware.&nbsp; Producing a CHM file from GNU documentation is not a trivial task, and we&#039;re working on the problem.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sat, 10 Jun 2017 17:23:11 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2908#p2908</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2907#p2907</link>
			<description><![CDATA[<p>Just a note that the latest release still has the very old documentation</p>]]></description>
			<author><![CDATA[null@example.com (baf1)]]></author>
			<pubDate>Fri, 09 Jun 2017 02:32:34 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2907#p2907</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2901#p2901</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>Object/module files can become incompatible when the version changes. You could add the compiler version to the dependency tree. Then when the version changes a build would force a rebuild of all source files.</p></blockquote></div><p>Module versions actually haven&#039;t changed in a while, thankfully.&nbsp; The issue is just changes to the runtime library.&nbsp; I&#039;ll look into possibly storing a compiler version, but the compiler upgrades aren&#039;t particularly frequent.</p><div class="quotebox"><blockquote><p>Similarly, when the option string changes a rebuild should be forced.</p></blockquote></div><p>I think the user should be asked, but it isn&#039;t a bad idea.&nbsp; There are many projects when a rebuild is not a trivial amount of time, and users may not wish to do this.</p><div class="quotebox"><blockquote><p>And could we have a rebuild menu item (and function key), instead of having to click clean/build.</p></blockquote></div><p>Finding function keys that are available is always a bit hard, but I&#039;ll see...</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 31 May 2017 12:24:19 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2901#p2901</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2900#p2900</link>
			<description><![CDATA[<div class="quotebox"><cite>jeff wrote:</cite><blockquote><p>Interesting discussion...&nbsp; It seems that an incompatible change within the runtime library led to this problem.&nbsp; These issues can occur when we update the compiler.&nbsp; I&#039;m glad the problem seems resolved!</p></blockquote></div><p>Object/module files can become incompatible when the version changes. You could add the compiler version to the dependency tree. Then when the version changes a build would force a rebuild of all source files.</p><p>Similarly, when the option string changes a rebuild should be forced.</p><p>And could we have a rebuild menu item (and function key), instead of having to click clean/build. <img src="http://forums.approximatrix.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Tue, 30 May 2017 05:53:01 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2900#p2900</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2866#p2866</link>
			<description><![CDATA[<p>The module versioning hasn&#039;t changed in a few releases, thankfully. For a while, GNU Fortran module versions would increment every minor release, which is very frustrating when attempting to provide package manager support.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Thu, 18 May 2017 11:32:34 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2866#p2866</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2864#p2864</link>
			<description><![CDATA[<p>The situation you describe is almost always true with gfortran when updating to a new version (for example version 6.x to 7.x in this case).&nbsp; The .mod files are also subject to a change in format with version changes, so best practice is to completely rebuild a project when gfortran releases a new point release version.</p>]]></description>
			<author><![CDATA[null@example.com (baf1)]]></author>
			<pubDate>Thu, 18 May 2017 03:53:48 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2864#p2864</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2863#p2863</link>
			<description><![CDATA[<p>Interesting discussion...&nbsp; It seems that an incompatible change within the runtime library led to this problem.&nbsp; These issues can occur when we update the compiler.&nbsp; I&#039;m glad the problem seems resolved!</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 17 May 2017 16:45:06 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2863#p2863</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2862#p2862</link>
			<description><![CDATA[<p>Thanks for that info!<br />After installing SF 2.37 again and compilation of all files including the library the program was OK!<br />Remark for every body: Recompile all your source again after installing SF 2.37 containing also The actual GNU Fortran version!</p><p>Regards Klaus</p>]]></description>
			<author><![CDATA[null@example.com (Klaus Asmus)]]></author>
			<pubDate>Wed, 17 May 2017 10:50:33 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2862#p2862</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2861#p2861</link>
			<description><![CDATA[<p>For whatever it&#039;s worth, I received a WRITE() error in a previously compile SF 2.36 program when trying to run it under SF 2.37.<br />However, once the project was &#039;cleaned&#039; and recompiled, it ran just fine.</p><p>Frank</p>]]></description>
			<author><![CDATA[null@example.com (drfrank)]]></author>
			<pubDate>Tue, 16 May 2017 21:23:18 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2861#p2861</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2860#p2860</link>
			<description><![CDATA[<p>Hello Jeff,<br />I looked to the array bounds and cannot find any error. <br />Next I installed SF2.36 again and every thing was OK.<br />May be the problem is that I did compile the main program with 2.37 and did not compile the library again!?!?<br />Because also the GNU version is updated, I can imagine that all source should be recompiled ....<br />I&#039;ll try to compile both tomorrow or in the next day&#039;s with 2.37<br />Regards, Klaus</p>]]></description>
			<author><![CDATA[null@example.com (Klaus Asmus)]]></author>
			<pubDate>Tue, 16 May 2017 20:43:06 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2860#p2860</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2859#p2859</link>
			<description><![CDATA[<p>Klaus,</p><p>I can&#039;t replicate this error in a simple program like you&#039;ve described.&nbsp; My code is:</p><div class="codebox"><pre><code>program rowprint
implicit none

    character(len=30) row(30)
    integer::i
    
    do i = 1, 30
        write(row(i)(:3), &#039;(I3)&#039;) i
    end do
    
    do i=1,10
        print *, trim(row(i))
    end do
    
end program rowprint</code></pre></div><p>I don&#039;t seem to be getting a runtime error.&nbsp; Is there a possibility you&#039;re overrunning array bounds?</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 16 May 2017 12:15:07 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2859#p2859</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2858#p2858</link>
			<description><![CDATA[<p>after installation of the newest version I got the following&nbsp; run time error:<br />At line 86 of file .\Ins_del.f90<br />Internal Error: get_unit(): Bad internal unit KIND</p><p>Error termination. <br />.....<br />This is caused by an internal write as follows:</p><p> DO i =&nbsp; maxrow, cel%r+1, -1 ! move rows by one up first untill new maxrow <br />&nbsp; &nbsp; row(i+scroll)= row(i+scroll-1)<br />&nbsp; &nbsp; Write(row(i+scroll)(:3),&#039;(I3)&#039;) i+scroll!+1<br /> end do </p><p>Row() is declared in a module used by ins_del:<br />Character(len=maxcols) row(maxrows)&nbsp; &nbsp; </p><p>Is this a bug??<br />regards, Klaus</p>]]></description>
			<author><![CDATA[null@example.com (Klaus Asmus)]]></author>
			<pubDate>Mon, 15 May 2017 06:56:55 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2858#p2858</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2857#p2857</link>
			<description><![CDATA[<p>Ah yes, it appears the build system is pulling quite an old version for some reason.&nbsp; I&#039;ll see that it&#039;s fixed.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sun, 14 May 2017 14:11:04 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2857#p2857</guid>
		</item>
		<item>
			<title><![CDATA[GNU Fortran Compiler documentation version]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2856#p2856</link>
			<description><![CDATA[<p>The gfortran compiler reference manual provided by the SF install under Windows is out of date compared to the version of the compiler installed.&nbsp; Copyright on the installed manual is 2014, so I suspect it is for Version 5.x of gfortran.</p>]]></description>
			<author><![CDATA[null@example.com (baf1)]]></author>
			<pubDate>Sun, 14 May 2017 05:22:42 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2856#p2856</guid>
		</item>
	</channel>
</rss>
