<?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: catastrophic error: **Internal compiler error: internal abort** in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188265#M150315</link>
    <description>&lt;P&gt;Compiling with Intel(R) Visual Fortran Compiler 19.0.4.245 [IA-32]...&lt;BR /&gt;types_mod.f90&lt;BR /&gt;101004_1856&lt;BR /&gt;catastrophic error: **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.&lt;BR /&gt;compilation aborted for C:\Users.....\types_mod.f90 (code 1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is what I got, it was a 32bit build BTW&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2020 07:34:03 GMT</pubDate>
    <dc:creator>andrew_4619</dc:creator>
    <dc:date>2020-06-30T07:34:03Z</dc:date>
    <item>
      <title>catastrophic error: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188060#M150307</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting a catastrophic error when compiling my code. I have narrowed down the problem to the two attached files, kinds_mod.f90 and types_mod.f90.&lt;/P&gt;
&lt;P&gt;kinds_mod.f90 has to be compiled first and compilation works. Compiling types_mod.f90 gives the error.&lt;/P&gt;
&lt;P&gt;The problem is occurring for the compiler version 18.0.5.274, but does not occur on the 16.0 version.&lt;/P&gt;
&lt;P&gt;I have not tested this particular example on the latest compiler version, but there is a good chance that it show the same error, as my entire code (much larger than this example) gives this error on the latest parallel studio XE downloadable version.&lt;/P&gt;
&lt;P&gt;Thanks in advance for having a look at this problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below the build log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;HTML&amp;gt;&amp;lt;HEAD&amp;gt;&amp;lt;meta content="text/html; charset=utf-16" http-equiv="Content-Type"&amp;gt;&amp;lt;/HEAD&amp;gt;&amp;lt;BODY&amp;gt;&amp;lt;PRE&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;table width=100% bgcolor=#E0E0E0&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;font face=arial size=+2&amp;gt; Build Log &amp;lt;/font&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;table width=* cellspacing=0 cellpadding=0&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td width=0 bgcolor=#E0E0E0&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;td width=0 bgcolor=white&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;td width=*&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;h3&amp;gt; Build started: Project: Console1, Configuration: Debug|x64 &amp;lt;/h3&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;table width=100% bgcolor=#E0E0E0&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;font face=arial size=+1&amp;gt; Output &amp;lt;/font&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;table width=* cellspacing=0 cellpadding=0&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td width=0 bgcolor=#E0E0E0&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;td width=0 bgcolor=white&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;td width=*&amp;gt;&amp;lt;pre&amp;gt;Compiling with Intel(R) Visual Fortran Compiler 18.0.5.274 [Intel(R) 64]...&lt;BR /&gt;ifort /nologo /debug:full /Od /warn:interfaces /module:&amp;amp;quotx64\Debug\\&amp;amp;quot /object:&amp;amp;quotx64\Debug\\&amp;amp;quot /Fd&amp;amp;quotx64\Debug\vc150.pdb&amp;amp;quot /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,&amp;amp;quotC:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\\bin\amd64&amp;amp;quot /Qm64 &amp;amp;quotD:\VSbug\types_mod.f90&amp;amp;quot&lt;BR /&gt;101004_1855&lt;/P&gt;
&lt;P&gt;catastrophic error: **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.&lt;BR /&gt;compilation aborted for D:\VSbug\types_mod.f90 (code 1)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Console1 - 1 error(s), 0 warning(s)&lt;BR /&gt;&amp;lt;/PRE&amp;gt;&amp;lt;/BODY&amp;gt;&amp;lt;/HTML&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 14:36:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188060#M150307</guid>
      <dc:creator>fabfenix</dc:creator>
      <dc:date>2020-06-29T14:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: catastrophic error: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188174#M150311</link>
      <description>&lt;P&gt;No errors with Intel Fortran 19.1 64 bit on Windows 10 X64.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 23:48:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188174#M150311</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-06-29T23:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: catastrophic error: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188245#M150314</link>
      <description>&lt;P&gt;I just tested the same example with 19.1 and I get the same error.&lt;/P&gt;
&lt;P&gt;Do you mind sharing your compiler options?&lt;/P&gt;
&lt;P&gt;Build log is below.&lt;/P&gt;
&lt;P&gt;&amp;lt;HTML&amp;gt;&amp;lt;HEAD&amp;gt;&amp;lt;meta content="text/html; charset=utf-16" http-equiv="Content-Type"&amp;gt;&amp;lt;/HEAD&amp;gt;&amp;lt;BODY&amp;gt;&amp;lt;PRE&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;table width=100% bgcolor=#E0E0E0&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;font face=arial size=+2&amp;gt; Build Log &amp;lt;/font&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;table width=* cellspacing=0 cellpadding=0&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td width=0 bgcolor=#E0E0E0&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;td width=0 bgcolor=white&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;td width=*&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;h3&amp;gt; Build started: Project: Console1, Configuration: Debug|x64 &amp;lt;/h3&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;table width=100% bgcolor=#E0E0E0&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;font face=arial size=+1&amp;gt; Output &amp;lt;/font&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;table width=* cellspacing=0 cellpadding=0&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td width=0 bgcolor=#E0E0E0&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;td width=0 bgcolor=white&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;td width=*&amp;gt;&amp;lt;pre&amp;gt;Compiling with Intel(R) Visual Fortran Compiler 19.1.1.216 [Intel(R) 64]...&lt;BR /&gt;ifort /nologo /debug:full /Od /warn:interfaces /module:&amp;amp;quotx64\Debug\\&amp;amp;quot /object:&amp;amp;quotx64\Debug\\&amp;amp;quot /Fd&amp;amp;quotx64\Debug\vc150.pdb&amp;amp;quot /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,&amp;amp;quotC:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64&amp;amp;quot /Qm64 &amp;amp;quotD:\VSbug\types_mod.f90&amp;amp;quot&lt;BR /&gt;101004_1856&lt;/P&gt;
&lt;P&gt;catastrophic error: **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.&lt;BR /&gt;compilation aborted for D:\VSbug\types_mod.f90 (code 1)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Console1 - 1 error(s), 0 warning(s)&lt;BR /&gt;&amp;lt;/PRE&amp;gt;&amp;lt;/BODY&amp;gt;&amp;lt;/HTML&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 06:45:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188245#M150314</guid>
      <dc:creator>fabfenix</dc:creator>
      <dc:date>2020-06-30T06:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: catastrophic error: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188265#M150315</link>
      <description>&lt;P&gt;Compiling with Intel(R) Visual Fortran Compiler 19.0.4.245 [IA-32]...&lt;BR /&gt;types_mod.f90&lt;BR /&gt;101004_1856&lt;BR /&gt;catastrophic error: **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.&lt;BR /&gt;compilation aborted for C:\Users.....\types_mod.f90 (code 1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is what I got, it was a 32bit build BTW&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 07:34:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188265#M150315</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2020-06-30T07:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: catastrophic error: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188267#M150316</link>
      <description>&lt;P&gt;I compiled with the command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;ifort /Zs /c kinds_mod.f90 types_mod.f90&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To the explicitly listed options would have been added the options &lt;STRONG&gt;/traceback /MD&lt;/STRONG&gt; that are in my &lt;STRONG&gt;ifort.cfg&lt;/STRONG&gt; file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did the VS builder compile kinds_mod.f90 first?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 08:27:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188267#M150316</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-06-30T08:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: catastrophic error: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188297#M150318</link>
      <description>&lt;P&gt;Glad to see above that someone else is getting the error. At least it is not only me.&lt;/P&gt;
&lt;P&gt;I tried with the command line, and I am getting the same error.&lt;/P&gt;
&lt;P&gt;With VS (version 2017) I am first compiling kinds_mod.f90 (right click on the file, compile), and then types_mod.90. And compiling the second file gives the error.&lt;/P&gt;
&lt;P&gt;Again, these two files follow my attempts to isolate the problem in a much more complex code.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 08:47:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188297#M150318</guid>
      <dc:creator>fabfenix</dc:creator>
      <dc:date>2020-06-30T08:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: catastrophic error: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188298#M150319</link>
      <description>&lt;P&gt;With your options, I too see the ICE.&amp;nbsp; Please file a formal problem report with Intel Support. I also get the ICE if I use any option for compiling other than /Zs, or no option at all.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 08:50:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188298#M150319</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-06-30T08:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: catastrophic error: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188300#M150320</link>
      <description>&lt;LI-CODE lang="fortran"&gt;module types_mod

character(*),parameter :: undefCH     = "undefined"
integer,parameter      :: len_stdStrD = 32
integer,parameter      :: chlen_var1  = len_stdStrD

type var1_type 
    character(chlen_var1) :: name = undefCH
endtype var1_type
type(var1_type),parameter :: var1_def = var1_type( undefCH )

integer,parameter :: chlen_data_ricz = 100
type data_ricz_type
    character(100) :: cs1
endtype data_ricz_type
type(data_ricz_type), parameter :: data_ricz_def = data_ricz_type( undefCH )

endmodule types_mod&lt;/LI-CODE&gt;
&lt;P&gt;This slightly reduced example also fails in the same way.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 08:59:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188300#M150320</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2020-06-30T08:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: catastrophic error: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188313#M150321</link>
      <description>&lt;P&gt;I confirm it fails also for me&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 09:32:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188313#M150321</guid>
      <dc:creator>fabfenix</dc:creator>
      <dc:date>2020-06-30T09:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: catastrophic error: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188428#M150324</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/117956"&gt;@fabfenix&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Hope you can report the "internal compiler error" (always a compiler bug) to Intel Support.&amp;nbsp; Since the bug resolution can take some time and it may be several version updates before a fix becomes available to you, you may want to look at workarounds to this issue.&amp;nbsp; Here's one you can consider where the default initialization of components in the derived type declaration is utilized to setup the named constant:&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;module types_mod

   character(*),parameter :: undefCH     = "undefined"
   integer,parameter      :: len_stdStrD = 32
   integer,parameter      :: chlen_var1  = len_stdStrD

   type var1_type
      character(chlen_var1) :: name = undefCH
   end type var1_type
   type(var1_type),parameter :: var1_def = var1_type()

   integer,parameter :: chlen_data_ricz = 100
   type data_ricz_type
      character(100) :: cs1 = undefCH
   end type data_ricz_type
   type(data_ricz_type), parameter :: data_ricz_def = data_ricz_type()

end module types_mod&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 14:21:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188428#M150324</guid>
      <dc:creator>FortranFan</dc:creator>
      <dc:date>2020-06-30T14:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: catastrophic error: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188652#M150341</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;I reported the problem and they filed a bug: &lt;SPAN&gt;&lt;SPAN class="feeditem-body wordwrap-bubbles"&gt;CMPLRIL0-33078. They mentioned they could reproduce the problem also on Linux.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;In the meantime I will either revert to an older compiler version (e.g. 16), or use the suggestion proposed by FortranFan.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 06:15:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1188652#M150341</guid>
      <dc:creator>fabfenix</dc:creator>
      <dc:date>2020-07-01T06:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: catastrophic error: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1391698#M161670</link>
      <description>&lt;P&gt;Fixed in next compiler release 2021.7&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 19:09:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-Internal-compiler-error-internal-abort/m-p/1391698#M161670</guid>
      <dc:creator>Devorah_H_Intel</dc:creator>
      <dc:date>2022-06-10T19:09:36Z</dc:date>
    </item>
  </channel>
</rss>

