<?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 Re: Internal compiler Error in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957805#M21183</link>
    <description>This error should &lt;B&gt;never&lt;/B&gt; happen no matter what are circumstances. For the benefit of all users, please send a message &lt;BR /&gt;with problem description to vf-support@compaq.com with attached zipped workspace, if possible. &lt;BR /&gt; &lt;BR /&gt;Usually, this kind of error happens when compiler fails to understand &lt;BR /&gt;some expression either as valid or invalid. Quick workaround is to find the &lt;BR /&gt;line in question using "dissection method", i.e. comment out half the &lt;BR /&gt;problematical source and compile only; if the error reappears, comment more of the rest; if the error does not appear, uncomment some of commented part etc. In this way, you should find the line in question; &lt;BR /&gt;then, it should be rewritten.  &lt;BR /&gt; &lt;BR /&gt;Tip: You can use metacommands !DEC$IF(.FALSE.)...!DEC$ENDIF as "block &lt;BR /&gt;comments". &lt;BR /&gt; &lt;BR /&gt;For example, I got such error in CVF5 in release builds with aggregation of character-manipulation functions, i.e. &lt;BR /&gt;sString=TRIM(ADJUSTL(MyCharFunction())). The problem was solved &lt;BR /&gt;using temporary variable, i.e. sTemp=MyCharFunction(); sString=TRIM(ADJUSTL(sTemp)). &lt;BR /&gt; &lt;BR /&gt;Rebuild all sometimes help, but the reason is more probably something &lt;BR /&gt;like above. Please let us know about the outcome. &lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;Jugoslav</description>
    <pubDate>Tue, 03 Jul 2001 18:13:36 GMT</pubDate>
    <dc:creator>Jugoslav_Dujic</dc:creator>
    <dc:date>2001-07-03T18:13:36Z</dc:date>
    <item>
      <title>Internal compiler Error</title>
      <link>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957804#M21182</link>
      <description>I get an internal compiler error C0000005 on DVF6.5A. &lt;BR /&gt;With the same code, I have compiled successfully on SGI Fortran 7.2 and LF95.    &lt;BR /&gt; &lt;BR /&gt;Have anyone got some experience of this kind of error and how to solve??</description>
      <pubDate>Tue, 03 Jul 2001 14:40:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957804#M21182</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-03T14:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Internal compiler Error</title>
      <link>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957805#M21183</link>
      <description>This error should &lt;B&gt;never&lt;/B&gt; happen no matter what are circumstances. For the benefit of all users, please send a message &lt;BR /&gt;with problem description to vf-support@compaq.com with attached zipped workspace, if possible. &lt;BR /&gt; &lt;BR /&gt;Usually, this kind of error happens when compiler fails to understand &lt;BR /&gt;some expression either as valid or invalid. Quick workaround is to find the &lt;BR /&gt;line in question using "dissection method", i.e. comment out half the &lt;BR /&gt;problematical source and compile only; if the error reappears, comment more of the rest; if the error does not appear, uncomment some of commented part etc. In this way, you should find the line in question; &lt;BR /&gt;then, it should be rewritten.  &lt;BR /&gt; &lt;BR /&gt;Tip: You can use metacommands !DEC$IF(.FALSE.)...!DEC$ENDIF as "block &lt;BR /&gt;comments". &lt;BR /&gt; &lt;BR /&gt;For example, I got such error in CVF5 in release builds with aggregation of character-manipulation functions, i.e. &lt;BR /&gt;sString=TRIM(ADJUSTL(MyCharFunction())). The problem was solved &lt;BR /&gt;using temporary variable, i.e. sTemp=MyCharFunction(); sString=TRIM(ADJUSTL(sTemp)). &lt;BR /&gt; &lt;BR /&gt;Rebuild all sometimes help, but the reason is more probably something &lt;BR /&gt;like above. Please let us know about the outcome. &lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;Jugoslav</description>
      <pubDate>Tue, 03 Jul 2001 18:13:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957805#M21183</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2001-07-03T18:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Internal compiler Error</title>
      <link>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957806#M21184</link>
      <description>Thank you for Jugoslav for pointing this out.  &lt;BR /&gt; &lt;BR /&gt;I found the error when call subroutine like this for dummy@ &lt;BR /&gt;   a(ia(imin(k-1)):ia(imax(k-1)+1)-1) and  &lt;BR /&gt;   ja(ia(imin(k)):ia(imax(k)+1)-1). &lt;BR /&gt; &lt;BR /&gt;! ................. &lt;BR /&gt;       CALL rwsrt(ecg1, ecg2, ierr, mdjtr, imin(k-1), imax(k-1), iws, &amp;amp; &lt;BR /&gt;              a(ia(imin(k-1)):ia(imax(k-1)+1)-1), &amp;amp; &lt;BR /&gt;              ja(ia(imin(k-1)):ia(imax(k-1)+1)-1)) &lt;BR /&gt;!........................ &lt;BR /&gt; &lt;BR /&gt;Any idea would be appreciated.</description>
      <pubDate>Tue, 03 Jul 2001 23:08:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957806#M21184</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-03T23:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Internal compiler Error</title>
      <link>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957807#M21185</link>
      <description>This one looks "typical" -- a complicated expression which invokes some &lt;BR /&gt;f90 features, such as array sections. Did you try something like: &lt;BR /&gt; &lt;BR /&gt;&lt;PRE&gt;&lt;FONT size="+0"&gt; 
i1 = ia(imin(k-1)) 
i2 = ia(imax(k-1)+1)-1 
CALL rwsrt(ecg1, ecg2, ierr, mdjtr, imin(k-1), imax(k-1), iws, &amp;amp;  
        a(i1:i2), ja(i1:i2)) 
 
&lt;/FONT&gt;&lt;/PRE&gt; &lt;BR /&gt; &lt;BR /&gt;I bet that would fix it.  &lt;BR /&gt; &lt;BR /&gt;Jugoslav</description>
      <pubDate>Tue, 03 Jul 2001 23:43:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957807#M21185</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2001-07-03T23:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Internal compiler Error</title>
      <link>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957808#M21186</link>
      <description>Thank a lot. &lt;BR /&gt; &lt;BR /&gt;The errors are disappeared using temporary variable.  &lt;BR /&gt;But it is funny, why it appeared on CVF 6.5A ? when I compiled without temporary variables on CVF 6.5, the internal compiler error is nothing.</description>
      <pubDate>Wed, 04 Jul 2001 18:10:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957808#M21186</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-04T18:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Internal compiler Error</title>
      <link>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957809#M21187</link>
      <description>Because they've probably fixed something else ;-). To paraphrase a Murphy's law: &lt;BR /&gt; &lt;BR /&gt;&lt;I&gt;You can't fix something without simultaneously screwing up something else&lt;/I&gt; &lt;BR /&gt; &lt;BR /&gt;Which is, believe me, more true the system gets bigger and more complex :-).</description>
      <pubDate>Wed, 04 Jul 2001 18:23:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957809#M21187</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2001-07-04T18:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Internal compiler Error</title>
      <link>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957810#M21188</link>
      <description>Please do send us a source that shows the error.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 04 Jul 2001 21:56:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Internal-compiler-Error/m-p/957810#M21188</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-07-04T21:56:17Z</dc:date>
    </item>
  </channel>
</rss>

