<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Old-Style Fortran Formatting (-fdec)]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=656</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=656&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Old-Style Fortran Formatting (-fdec).]]></description>
		<lastBuildDate>Thu, 26 Oct 2017 16:49:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Old-Style Fortran Formatting (-fdec)]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3071#p3071</link>
			<description><![CDATA[<p><a href="https://simplyfortran.com/download/?platform=macos">Version 2.40</a> is out, which should fix the macOS issue.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Thu, 26 Oct 2017 16:49:52 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3071#p3071</guid>
		</item>
		<item>
			<title><![CDATA[Re: Old-Style Fortran Formatting (-fdec)]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3070#p3070</link>
			<description><![CDATA[<p>Both.<br />I put in a Breakpoint at the point it generates the message, and both ways appear to generate the same thing.<br />BTW - This is only happening on the Mac; when I try this on Windows, everything runs fine.<br />(haha - which means, of course, only develop on Windows, but I always like options!)</p>]]></description>
			<author><![CDATA[null@example.com (KarlO)]]></author>
			<pubDate>Thu, 26 Oct 2017 15:00:29 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3070#p3070</guid>
		</item>
		<item>
			<title><![CDATA[Re: Old-Style Fortran Formatting (-fdec)]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3059#p3059</link>
			<description><![CDATA[<div class="quotebox"><cite>KarlO wrote:</cite><blockquote><p>So after the Update (thanks for that!!), it solved that error, but now I am getting:</p><p><strong><em>Could not locate source code for “/Users/jeff/Workspace/gcc/obj/gcc-native/x86_64-apple-darwin10.8.0/libgcc/enable-execte-stack.c”</em></strong></p><p>in a Warning Box; the compile continues without error, but now hangs within the debugger at a recursive subroutine.</p></blockquote></div><p>The warning is actually a bug.&nbsp; The debugger interface should know that the source is unavailable.&nbsp; I&#039;ll have to look into it.</p><p>However, I don&#039;t think the debugger is actually hanging.&nbsp; If you select &quot;Step Out&quot; in the Debug menu, it might return to the calling subroutine.&nbsp; When you see this message, are you clicking &quot;Step Into&quot; or &quot;Step Over?&quot;</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 24 Oct 2017 11:24:36 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3059#p3059</guid>
		</item>
		<item>
			<title><![CDATA[Re: Old-Style Fortran Formatting (-fdec)]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3057#p3057</link>
			<description><![CDATA[<p>So after the Update (thanks for that!!), it solved that error, but now I am getting:</p><p><strong><em>Could not locate source code for “/Users/jeff/Workspace/gcc/obj/gcc-native/x86_64-apple-darwin10.8.0/libgcc/enable-execte-stack.c”</em></strong></p><p>in a Warning Box; the compile continues without error, but now hangs within the debugger at a recursive subroutine.</p>]]></description>
			<author><![CDATA[null@example.com (KarlO)]]></author>
			<pubDate>Mon, 23 Oct 2017 00:36:42 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3057#p3057</guid>
		</item>
		<item>
			<title><![CDATA[Re: Old-Style Fortran Formatting (-fdec)]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3051#p3051</link>
			<description><![CDATA[<p>Apparently I am behind.<br />I am on Version 2.31 Build 2290 using GNU Fortran 6.1.0</p><p>I will download the latest system and reinstall and see if there is a difference first.<br />Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (KarlO)]]></author>
			<pubDate>Tue, 17 Oct 2017 18:54:51 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3051#p3051</guid>
		</item>
		<item>
			<title><![CDATA[Re: Old-Style Fortran Formatting (-fdec)]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3050#p3050</link>
			<description><![CDATA[<p>What version of Simply Fortran are you currently using, and what operating system are you on?&nbsp; This option should work with Simply Fortran 2.39 on both Windows and macOS.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 17 Oct 2017 11:29:50 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3050#p3050</guid>
		</item>
		<item>
			<title><![CDATA[Old-Style Fortran Formatting (-fdec)]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3049#p3049</link>
			<description><![CDATA[<p>I am (slowly) converting an old large f77 program to f95. Unfortunately there is a lot of complex output taking advantage of old-style Fortran formatting (using &quot;0&quot;, &quot;+&quot;, &quot; &quot;, and &quot;1&quot;s). If ignored, the resulting output is all over the place.</p><p>In the GNU Fortran User Manual, to restore that type of output visually, there is an (not-recommended) option of &quot;-fdec&quot;.<br />I realize that this shouldn&#039;t be used, but I need to do a before / after incremental change to test main and edge cases.</p><p>When I try to incorporate this option into my Project, an error is generated saying that this option does not exist.<br />I then tried to invoke gfortran directly in the command line with this option with the same result.<br />I suspect that this is a Compiler Build issue, but figured I would ask first.</p><p>(Note: Everything else in my program (finally) compiles correctly without this flag --- this was a final tweek)</p><p>Thanks for the Advice!</p>]]></description>
			<author><![CDATA[null@example.com (KarlO)]]></author>
			<pubDate>Mon, 16 Oct 2017 21:28:34 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3049#p3049</guid>
		</item>
	</channel>
</rss>
