<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — GNU Fortran Compiler documentation version]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=626&amp;type=atom" />
	<updated>2017-06-15T16:50:14Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=626</id>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2917#p2917" />
			<content type="html"><![CDATA[<p>Version 2.38 should include proper documentation versions.&nbsp; Sorry for the trouble!</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2017-06-15T16:50:14Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2917#p2917</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2908#p2908" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2017-06-10T17:23:11Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2908#p2908</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2907#p2907" />
			<content type="html"><![CDATA[<p>Just a note that the latest release still has the very old documentation</p>]]></content>
			<author>
				<name><![CDATA[baf1]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3660</uri>
			</author>
			<updated>2017-06-09T02:32:34Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2907#p2907</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2901#p2901" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2017-05-31T12:24:19Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2901#p2901</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2900#p2900" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2017-05-30T05:53:01Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2900#p2900</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2866#p2866" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2017-05-18T11:32:34Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2866#p2866</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2864#p2864" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[baf1]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3660</uri>
			</author>
			<updated>2017-05-18T03:53:48Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2864#p2864</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2863#p2863" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2017-05-17T16:45:06Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2863#p2863</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2862#p2862" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Klaus Asmus]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3617</uri>
			</author>
			<updated>2017-05-17T10:50:33Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2862#p2862</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2861#p2861" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2017-05-16T21:23:18Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2861#p2861</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2860#p2860" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Klaus Asmus]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3617</uri>
			</author>
			<updated>2017-05-16T20:43:06Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2860#p2860</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2859#p2859" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2017-05-16T12:15:07Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2859#p2859</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2858#p2858" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Klaus Asmus]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3617</uri>
			</author>
			<updated>2017-05-15T06:56:55Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2858#p2858</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2857#p2857" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2017-05-14T14:11:04Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2857#p2857</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[GNU Fortran Compiler documentation version]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2856#p2856" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[baf1]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3660</uri>
			</author>
			<updated>2017-05-14T05:22:42Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2856#p2856</id>
		</entry>
</feed>
