<?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 11.1.038 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-11-1-038/m-p/756531#M12018</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
This issue was resolved in 11.1 Update 4, available now.&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Dec 2009 16:21:56 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2009-12-22T16:21:56Z</dc:date>
    <item>
      <title>catastrophic error 11.1.038</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-11-1-038/m-p/756529#M12016</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;The compilation of the following code with/opt/intel/Compiler/11.1/038/bin/ifort results in a catastrophic error:&lt;BR /&gt;
&lt;PRE&gt;[plain]module test_module
  implicit none
  private
  public :: new_node

  type, public :: routing_entry
    integer :: dst
    integer :: inter
    integer :: next_hop
  end type

  type, public :: node
    integer :: id
    class (routing_entry), allocatable, dimension (:) :: routing_table
  end type

  integer, public, save :: node_id = 0

contains

  function new_node (nbr_routing_entries) result (a_node)
    integer, intent (in)  :: nbr_routing_entries
    type (node)           :: a_node

    node_id = node_id + 1
    a_node % id = node_id
    allocate (a_node % routing_table (nbr_routing_entries))
  end function

end module

program test_program
  use test_module
  implicit none

  class (node), allocatable :: a_node

  allocate (a_node, source = new_node (1))
end program[/plain]&lt;/PRE&gt;
&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.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Ben&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jun 2009 10:35:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-11-1-038/m-p/756529#M12016</guid>
      <dc:creator>Ben_Lauwens</dc:creator>
      <dc:date>2009-06-24T10:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: catastrophic error 11.1.038</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-11-1-038/m-p/756530#M12017</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
Thanks - I can reproduce this. I'll report it to the developers. Issue ID is DPD200137218.</description>
      <pubDate>Wed, 24 Jun 2009 13:09:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-11-1-038/m-p/756530#M12017</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-06-24T13:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: catastrophic error 11.1.038</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-11-1-038/m-p/756531#M12018</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
This issue was resolved in 11.1 Update 4, available now.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Dec 2009 16:21:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/catastrophic-error-11-1-038/m-p/756531#M12018</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-12-22T16:21:56Z</dc:date>
    </item>
  </channel>
</rss>

