<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>gg95 Google Group</title>
  <link>http://groups.google.com/group/gg95</link>
  <description>Discussion of g95, the free Fortran 95 compiler. General questions on Fortran should be asked in comp.lang.fortran .</description>
  <language>en</language>
  <item>
  <title>Re: Missing Intrinsics for quads</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/2b00b690072aa10b/378cc01509f05e77?show_docid=378cc01509f05e77</link>
  <description>
  Lots of quad intrinsics are missing and some are there but bugged. &lt;br&gt; Fortunately the only time I had to use quad precision in a real-world &lt;br&gt; program (volcanology is certainly real-world!) I needed only *, /, +, &lt;br&gt; - and real sqrt, all of which were OK. &lt;br&gt; &lt;p&gt;If z is complex quad and x is real quad, the following were also
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/2b00b690072aa10b/378cc01509f05e77?show_docid=378cc01509f05e77</guid>
  <author>
  john.har...@vuw.ac.nz
  (jfh)
  </author>
  <pubDate>Wed, 18 Nov 2009 01:27:17 UT
</pubDate>
  </item>
  <item>
  <title>Missing Intrinsics for quads</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/2b00b690072aa10b/50e40845932ac8b5?show_docid=50e40845932ac8b5</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I just want to note, that the Fortran intrinsic functions exponent() and &lt;br&gt; fraction() are missing in g95 for floating point numbers with quad precision. &lt;br&gt; &lt;p&gt;Maybe there are some others missing too. &lt;br&gt; &lt;p&gt;Best regards &lt;br&gt; &lt;p&gt;Hans Peschke
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/2b00b690072aa10b/50e40845932ac8b5?show_docid=50e40845932ac8b5</guid>
  <author>
  hans.peschke....@web.de
  (Hans Peschke)
  </author>
  <pubDate>Tue, 17 Nov 2009 10:15:01 UT
</pubDate>
  </item>
  <item>
  <title>Private Variables</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/a85a25a1f517fb55/3aa28a82e0a9047a?show_docid=3aa28a82e0a9047a</link>
  <description>
  Here&#39;s a silly wee puzzle. The solution is below. Why is there no &lt;br&gt; error produced from the assignment of 11 to y? &lt;br&gt; &lt;p&gt;module m &lt;br&gt; integer, private :: y &lt;br&gt; end module m &lt;br&gt; &lt;p&gt;program p &lt;br&gt; use m &lt;br&gt; y = 11 &lt;br&gt; end program p &lt;br&gt; &lt;p&gt;Module m&#39;s variable &amp;quot;y&amp;quot; is indeed private; the y being assigned 11, is
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/a85a25a1f517fb55/3aa28a82e0a9047a?show_docid=3aa28a82e0a9047a</guid>
  <author>
  graham.k...@gmail.com
  (PGK)
  </author>
  <pubDate>Tue, 17 Nov 2009 09:47:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: Strip filename and line number info</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/d9a9b1bf9a155b28?show_docid=d9a9b1bf9a155b28</link>
  <description>
  The error messages are very useful for debugging, but I need a way to &lt;br&gt; turn them off when we distribute the software. In the rare(?) case of &lt;br&gt; a user experiencing a runtime error, it&#39;s unacceptable for our program &lt;br&gt; to write out source code filename (with full path in some cases!) and &lt;br&gt; line number information. We already have one case of a user getting
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/d9a9b1bf9a155b28?show_docid=d9a9b1bf9a155b28</guid>
  <author>
  john.mcfarl...@swri.org
  (John McFarland)
  </author>
  <pubDate>Thu, 05 Nov 2009 14:32:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: Strip filename and line number info</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/0e3c74de65235b1e?show_docid=0e3c74de65235b1e</link>
  <description>
  Sure, but in a program one distributes to others, one may want to &lt;br&gt; conceal such information -- even perhaps that the program is written &lt;br&gt; in the dreaded FORTRAN language .
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/0e3c74de65235b1e?show_docid=0e3c74de65235b1e</guid>
  <author>
  beliav...@aol.com
  (Beliavsky)
  </author>
  <pubDate>Thu, 05 Nov 2009 13:15:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: Strip filename and line number info</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/c54550f159cd9cb1?show_docid=c54550f159cd9cb1</link>
  <description>
  Strange, usually, people prefer to get useful information from the &lt;br&gt; compiler &lt;br&gt; when a run-time error occurs... (BTW, I can give you some compiler &lt;br&gt; vendor &lt;br&gt; whom error messages are very unclear ;-). &lt;br&gt; &lt;p&gt;I think that the &#39;-s&#39; flag you used remove only the symbol names out &lt;br&gt; of the &lt;br&gt; executable file. &#39;(F5.2,A5)&#39; is not a symbol, it is a format string
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/c54550f159cd9cb1?show_docid=c54550f159cd9cb1</guid>
  <author>
  edouard.ca...@irisa.fr
  (Edouard)
  </author>
  <pubDate>Thu, 05 Nov 2009 07:09:22 UT
</pubDate>
  </item>
  <item>
  <title>Strip filename and line number info</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/2d7f23c399014e10?show_docid=2d7f23c399014e10</link>
  <description>
  Is there a compiler flag that will remove all filename and line number &lt;br&gt; information from the compiled executable? The example program below &lt;br&gt; illustrates how at runtime, the filename and line number associated &lt;br&gt; with the error get written to the screen: &lt;br&gt; &lt;p&gt;=====fprog.f90======= &lt;br&gt; PROGRAM fprog &lt;br&gt; INTEGER :: i, j
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/2d7f23c399014e10?show_docid=2d7f23c399014e10</guid>
  <author>
  john.mcfarl...@swri.org
  (John McFarland)
  </author>
  <pubDate>Wed, 04 Nov 2009 18:22:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: Temporary arrays when returning arrays from function calls</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/03c2aac5f2d5ec05?show_docid=03c2aac5f2d5ec05</link>
  <description>
  This is a little out of this list&#39;s scope then. :-) I do know a little C#, but there are plentiful examples out there. I suggest you Google &amp;quot;reading from files in C#&amp;quot;. You&#39;ll get plenty of info that way. &lt;br&gt; &lt;p&gt;Alvaro &lt;br&gt; &lt;p&gt;  &lt;br&gt; &lt;p&gt;______________________________ __ &lt;br&gt; To: gg95@googlegroups.com &lt;br&gt; Sent: Mon, November 2, 2009 12:27:20 PM
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/03c2aac5f2d5ec05?show_docid=03c2aac5f2d5ec05</guid>
  <author>
  alvaroafernan...@yahoo.com
  (Alvaro Fernandez)
  </author>
  <pubDate>Tue, 03 Nov 2009 15:06:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: Coarray link errors</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/0a7ae49da8382615/2865e394c1132c6d?show_docid=2865e394c1132c6d</link>
  <description>
  I solved this problem by linking the coarray.o object file included &lt;br&gt; with cocon.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/0a7ae49da8382615/2865e394c1132c6d?show_docid=2865e394c1132c6d</guid>
  <author>
  joshua.pedr...@gmail.com
  (joshua_pedrick)
  </author>
  <pubDate>Mon, 02 Nov 2009 20:23:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: Temporary arrays when returning arrays from function calls</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/23ec3c2bb838f602?show_docid=23ec3c2bb838f602</link>
  <description>
  Excuse reply to self. The data file that you attached looks somewhat &lt;br&gt; like a Fortran Namelist, but IMO it&#39;s just a dump of variable name / &lt;br&gt; value. &lt;br&gt; While it does look like the type of fixed column format input that &lt;br&gt; Fortran handles easily with its FORMAT statements (or FORMAT &lt;br&gt; specifiers), this could just as easily have come from &amp;quot;screen scaping&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/23ec3c2bb838f602?show_docid=23ec3c2bb838f602</guid>
  <author>
  e...@juno.com
  (epc8@juno.com)
  </author>
  <pubDate>Mon, 02 Nov 2009 20:22:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: Temporary arrays when returning arrays from function calls</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/ff660e58f6bf18da?show_docid=ff660e58f6bf18da</link>
  <description>
  This is not really a Fortran or G95 question, but here it goes anyway. &lt;br&gt; The process is similar in any of the Microsoft languages. In one of &lt;br&gt; the older languages (pre-dot net) you create a form and add a control &lt;br&gt; (text exit or rich text) to a form. Then pass the input file to the &lt;br&gt; control. On the output side, you invoke one of the common dialogs for
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/ff660e58f6bf18da?show_docid=ff660e58f6bf18da</guid>
  <author>
  e...@juno.com
  (epc8@juno.com)
  </author>
  <pubDate>Mon, 02 Nov 2009 19:14:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: Temporary arrays when returning arrays from function calls</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/db5632197d5acfa2?show_docid=db5632197d5acfa2</link>
  <description>
  So I finally got a little more light shed on my assignment. Turns out I misunderstood what he wanted about Fortran. He actually wants us to create a program in C# that reads the .txt file and puts it into a GUI that allows me to change the contents. And when I save it, it must be saved as a .txt file. Don&#39;t know if you have any background in C# but I would assume you do. Any advice?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/db5632197d5acfa2?show_docid=db5632197d5acfa2</guid>
  <author>
  kcduples...@aol.com
  (Kaleb Duplessis)
  </author>
  <pubDate>Mon, 02 Nov 2009 18:27:20 UT
</pubDate>
  </item>
  <item>
  <title>Coarray link errors</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/0a7ae49da8382615/b751e3703d436f67?show_docid=b751e3703d436f67</link>
  <description>
  I&#39;ve downloaded the latest g95 source and compiled it. I&#39;m able to &lt;br&gt; compile &#39;normal&#39; Fortran code, but I&#39;m getting the following errors &lt;br&gt; when linking my co-array program: &lt;br&gt; &lt;p&gt;$ g95 coarray.f90 &lt;br&gt; /tmp/ccyibhwb.o: In function `MAIN_&#39;: &lt;br&gt; coarray.f90:(.text+0x2a): undefined reference to `_g95_this_image&#39; &lt;br&gt; coarray.f90:(.text+0x40): undefined reference to `_g95_sync_all&#39;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/0a7ae49da8382615/b751e3703d436f67?show_docid=b751e3703d436f67</guid>
  <author>
  joshua.pedr...@gmail.com
  (joshua_pedrick)
  </author>
  <pubDate>Mon, 02 Nov 2009 16:06:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: Temporary arrays when returning arrays from function calls</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/5ea1bb3638486bdc?show_docid=5ea1bb3638486bdc</link>
  <description>
  The file looks a bit like a namelist, which is a Fortran way to read in and out named data. It&#39;s kinda neat. But I only say a bit like a namelist; it&#39;s missing the end character. (You can google &#39;Fortran namelist&#39; if you want.)  &lt;br&gt; &lt;p&gt;There is no Fortran source code here though, so I&#39;m at a bit of a loss.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/5ea1bb3638486bdc?show_docid=5ea1bb3638486bdc</guid>
  <author>
  alvaroafernan...@yahoo.com
  (Alvaro Fernandez)
  </author>
  <pubDate>Wed, 28 Oct 2009 22:42:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: Fortran C# project</title>
  <link>http://groups.google.com/group/gg95/browse_thread/thread/8197cf0bc60fb80f/8a10d0d41b52e102?show_docid=8a10d0d41b52e102</link>
  <description>
  I&#39;ve got g95 on my machine I don&#39;t know about the school computers. I &lt;br&gt; can attach the text file and send it to you if you want to see it I am &lt;br&gt; so lost on this one. &lt;br&gt; &lt;p&gt;Sent from my iPhone
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gg95/browse_thread/thread/8197cf0bc60fb80f/8a10d0d41b52e102?show_docid=8a10d0d41b52e102</guid>
  <author>
  kcduples...@aol.com
  (Kaleb Duplessis)
  </author>
  <pubDate>Wed, 28 Oct 2009 21:09:20 UT
</pubDate>
  </item>
  </channel>
</rss>
