<?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: Error in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Has-someone-met-such-problem-when-Compiling-quot-Internal/m-p/844882#M62851</link>
    <description>Exactly which version of Intel Visual Fortran are you using and which compiler switches are used to compile?  I have not been able to reproduce this error with your code using 9.0.028.&lt;BR /&gt;&lt;BR /&gt;Anytime you get this error, you have found a compiler bug, and you should send a test case and as much information as you can about reproducing the problem to Intel Premier Support.</description>
    <pubDate>Fri, 30 Dec 2005 22:34:03 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2005-12-30T22:34:03Z</dc:date>
    <item>
      <title>Has someone met such problem when Compiling ------" **Internal compiler error: internal abort** "</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Has-someone-met-such-problem-when-Compiling-quot-Internal/m-p/844881#M62850</link>
      <description>&lt;P&gt;I am using the newest version of intel visual fortran for programming recently.And I met a strang problem when compiling the following code.&lt;SPAN class="msg_source_code"&gt;&lt;SPAN class="text_smallest"&gt;Code:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;program Console4
implicit none

    integer, parameter::N_a = 10
    real::Array_a(N_a)
    
    Array_a(1:N_a-1) = 0

end program Console4&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;The error message is "**Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error. " I have tried replacing theabove code with the following one:&lt;SPAN class="msg_source_code"&gt;&lt;SPAN class="text_smallest"&gt;Code:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;program Console4
implicit none

    integer, parameter::N_a=10
    integer:: temp_N
    real::Array_a(N_a)
    
    temp_N = N_a -1
    Array_a(1:temp_N) = 0

end program Console4&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;and then the compiling is ok. But the first code can be successfully compilied with other versions of intel fortran and Compaq visual fortran. Could anyone answer me, I'd be very thankful.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2005 14:59:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Has-someone-met-such-problem-when-Compiling-quot-Internal/m-p/844881#M62850</guid>
      <dc:creator>deep_silent</dc:creator>
      <dc:date>2005-12-30T14:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Has-someone-met-such-problem-when-Compiling-quot-Internal/m-p/844882#M62851</link>
      <description>Exactly which version of Intel Visual Fortran are you using and which compiler switches are used to compile?  I have not been able to reproduce this error with your code using 9.0.028.&lt;BR /&gt;&lt;BR /&gt;Anytime you get this error, you have found a compiler bug, and you should send a test case and as much information as you can about reproducing the problem to Intel Premier Support.</description>
      <pubDate>Fri, 30 Dec 2005 22:34:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Has-someone-met-such-problem-when-Compiling-quot-Internal/m-p/844882#M62851</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2005-12-30T22:34:03Z</dc:date>
    </item>
  </channel>
</rss>

