<?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 ICE on ALLOCATE with undeclared components in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-on-ALLOCATE-with-undeclared-components/m-p/789900#M32042</link>
    <description>"Internal compiler error" is usually when the compiler detects a problem using a code test. The "catastrophic" error is usually an exception such as an access violation, as in your case, that got trapped by a signal handler.&lt;BR /&gt;&lt;BR /&gt;We always want such reports - the compiler should never just die on an invalid program. Thanks.</description>
    <pubDate>Sat, 26 Jun 2010 10:36:07 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2010-06-26T10:36:07Z</dc:date>
    <item>
      <title>ICE on ALLOCATE with undeclared components</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-on-ALLOCATE-with-undeclared-components/m-p/789899#M32041</link>
      <description>Allocating an undeclared type/component turns into an internal compiler error with the current compiler. Steve, what is the difference between an "internal compiler error" and a fatal, "catastrophic" error (as reported previously)? For invalid code such as this, do you want defect reports on internal compiler errors? The catastrophic error is accompanied by a message to report the defect. Plain-old "internal compiler errors" are not.&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;PRE&gt;[fortran]module m7
contains
    function pair_ci
        !allocate(a, source = c) !warning about no explicit type as your would expect           
        allocate(a % x, source = c) !reasonable errors then: fortcom: Fatal: There has been an internal compiler error (C0000005).           
    end function pair_ci
end module m7[/fortran]&lt;/PRE&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 26 Jun 2010 02:31:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-on-ALLOCATE-with-undeclared-components/m-p/789899#M32041</guid>
      <dc:creator>joseph_battelle</dc:creator>
      <dc:date>2010-06-26T02:31:59Z</dc:date>
    </item>
    <item>
      <title>ICE on ALLOCATE with undeclared components</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-on-ALLOCATE-with-undeclared-components/m-p/789900#M32042</link>
      <description>"Internal compiler error" is usually when the compiler detects a problem using a code test. The "catastrophic" error is usually an exception such as an access violation, as in your case, that got trapped by a signal handler.&lt;BR /&gt;&lt;BR /&gt;We always want such reports - the compiler should never just die on an invalid program. Thanks.</description>
      <pubDate>Sat, 26 Jun 2010 10:36:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-on-ALLOCATE-with-undeclared-components/m-p/789900#M32042</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-06-26T10:36:07Z</dc:date>
    </item>
    <item>
      <title>ICE on ALLOCATE with undeclared components</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-on-ALLOCATE-with-undeclared-components/m-p/789901#M32043</link>
      <description>Issue ID is DPD200157390.</description>
      <pubDate>Mon, 28 Jun 2010 18:17:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-on-ALLOCATE-with-undeclared-components/m-p/789901#M32043</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-06-28T18:17:08Z</dc:date>
    </item>
    <item>
      <title>ICE on ALLOCATE with undeclared components</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-on-ALLOCATE-with-undeclared-components/m-p/789902#M32044</link>
      <description>This was fixed in Composer XE 2011 Update 6.</description>
      <pubDate>Tue, 20 Dec 2011 20:58:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-on-ALLOCATE-with-undeclared-components/m-p/789902#M32044</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-12-20T20:58:36Z</dc:date>
    </item>
  </channel>
</rss>

