<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Fortran 66 in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Fortran-66/m-p/958045#M21228</link>
    <description>I am trying to complice a program written in Fortran 66 in CVF.  The original user's manual said that it should compile in 77, however.  I have run into a reoccuring error and I'm not sure what the source is.  &lt;BR /&gt;  &lt;BR /&gt;severe(157) : Program exception - access violation  &lt;BR /&gt;  &lt;BR /&gt;I have the /check:nobounds option on because of the "tricks" the original programmer used.  I read Steve's article in the Visual Fortran newsletter, which lead me notice that several arrays were dimensioned with (0).  For example,   &lt;BR /&gt;  &lt;BR /&gt;DO 60 ID=1,18                                                    &lt;BR /&gt;            TITLE(ID) = AREAD(0)                                          &lt;BR /&gt;   60    CONTINUE         &lt;BR /&gt;  &lt;BR /&gt;This happens several times through out the program, and I'm not sure if it could be causing the error or if it's something else.  Also, I'm not sure how to fix it without drastically changing a long and complicated program.  Any suggestions or tips?  &lt;BR /&gt;  &lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 12 Jul 2001 04:26:38 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-07-12T04:26:38Z</dc:date>
    <item>
      <title>Fortran 66</title>
      <link>https://community.intel.com/t5/Software-Archive/Fortran-66/m-p/958045#M21228</link>
      <description>I am trying to complice a program written in Fortran 66 in CVF.  The original user's manual said that it should compile in 77, however.  I have run into a reoccuring error and I'm not sure what the source is.  &lt;BR /&gt;  &lt;BR /&gt;severe(157) : Program exception - access violation  &lt;BR /&gt;  &lt;BR /&gt;I have the /check:nobounds option on because of the "tricks" the original programmer used.  I read Steve's article in the Visual Fortran newsletter, which lead me notice that several arrays were dimensioned with (0).  For example,   &lt;BR /&gt;  &lt;BR /&gt;DO 60 ID=1,18                                                    &lt;BR /&gt;            TITLE(ID) = AREAD(0)                                          &lt;BR /&gt;   60    CONTINUE         &lt;BR /&gt;  &lt;BR /&gt;This happens several times through out the program, and I'm not sure if it could be causing the error or if it's something else.  Also, I'm not sure how to fix it without drastically changing a long and complicated program.  Any suggestions or tips?  &lt;BR /&gt;  &lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 12 Jul 2001 04:26:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Fortran-66/m-p/958045#M21228</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-12T04:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran 66</title>
      <link>https://community.intel.com/t5/Software-Archive/Fortran-66/m-p/958046#M21229</link>
      <description>Using an array index of 0 isn't necessarily an error, but it could be, especially if the actual array was declared as having a lower bound of 1.  I'd need to see the whole program to know for sure.  Send it as a ZIP file attachment to us at vf-support@compaq.com and we'll take a look.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 12 Jul 2001 04:38:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Fortran-66/m-p/958046#M21229</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-07-12T04:38:33Z</dc:date>
    </item>
  </channel>
</rss>

