<?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 The problem is fixed by the in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988721#M101164</link>
    <description>&lt;P&gt;The problem is fixed by the latest compiler release available from registrationcenter.intel.com ( download package l_fcompxe_2013.2.146 ). I will mark this thread as closed&lt;/P&gt;</description>
    <pubDate>Mon, 25 Feb 2013 08:40:19 GMT</pubDate>
    <dc:creator>Heinz_B_Intel</dc:creator>
    <dc:date>2013-02-25T08:40:19Z</dc:date>
    <item>
      <title>polymorphic - catastrophic error: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988712#M101155</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;thomas@cluster:~$ uname -a&lt;BR /&gt;Linux cluster 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux&lt;BR /&gt;thomas@cluster:~$ ifort --version&lt;BR /&gt;ifort (IFORT) 12.0.4 20110427&lt;BR /&gt;Copyright (C) 1985-2011 Intel Corporation.&amp;nbsp; All rights reserved.&lt;BR /&gt;&lt;BR /&gt;thomas@cluster:~$ ifort&amp;nbsp; test.f90&lt;BR /&gt;test.f90(23): catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report.&amp;nbsp; Note: File and line given may not be explicit cause of this error.&lt;BR /&gt;compilation aborted for test.f90 (code 1)&lt;/P&gt;
&lt;P&gt;module BaseModule&lt;BR /&gt;&amp;nbsp; implicit none&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; type base&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; contains&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure :: func&lt;BR /&gt;&amp;nbsp; end type&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; contains&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; subroutine func(this)&lt;BR /&gt;&amp;nbsp; class(base) :: this&lt;BR /&gt;&amp;nbsp; end subroutine&lt;BR /&gt;end module&lt;BR /&gt;&lt;BR /&gt;program test&lt;BR /&gt;&amp;nbsp; use BaseModule&lt;BR /&gt;&amp;nbsp; implicit none&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; type(base) :: var&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; open(var%func)&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;This happens after i change the variable func to a subroutine and don't update the code in the main program.&lt;/P&gt;
&lt;P&gt;Can someone reproduce this error?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Thomas Huxhorn&lt;/P&gt;</description>
      <pubDate>Sun, 02 Sep 2012 21:38:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988712#M101155</guid>
      <dc:creator>Thomas_H_8</dc:creator>
      <dc:date>2012-09-02T21:38:04Z</dc:date>
    </item>
    <item>
      <title>Yes, the internal error comes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988713#M101156</link>
      <description>Yes, the internal error comes up also with our early release of ifort 13.0.079 for Intel64.  So you would be welcome to file an issue on your premier.intel.com account, if you don't want to wait and see if this is picked up after our holiday tomorrow.</description>
      <pubDate>Sun, 02 Sep 2012 21:53:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988713#M101156</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-09-02T21:53:43Z</dc:date>
    </item>
    <item>
      <title>Hello Thomas</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988714#M101157</link>
      <description>Hello Thomas

I will report the problem to compiler engineering and will keep ypu posted about any progress in fixing the issue.</description>
      <pubDate>Mon, 03 Sep 2012 09:25:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988714#M101157</guid>
      <dc:creator>Heinz_B_Intel</dc:creator>
      <dc:date>2012-09-03T09:25:35Z</dc:date>
    </item>
    <item>
      <title>Thank you very much.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988715#M101158</link>
      <description>Thank you very much.</description>
      <pubDate>Mon, 03 Sep 2012 09:45:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988715#M101158</guid>
      <dc:creator>Thomas_H_8</dc:creator>
      <dc:date>2012-09-03T09:45:17Z</dc:date>
    </item>
    <item>
      <title>I submitted the issue to the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988716#M101159</link>
      <description>I submitted the issue to the engineering bug tracking system: Case number is DPD200235931.  As Tim mentioned already, the soon to be released compiler version 13.0 shows the problem too. 
The failure happens in the front-end when parsing  the derived type component in the  OPEN statement. As a temporary workaround, you might try to avoid this construct until the bug will be fixed
Heinz</description>
      <pubDate>Mon, 03 Sep 2012 14:02:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988716#M101159</guid>
      <dc:creator>Heinz_B_Intel</dc:creator>
      <dc:date>2012-09-03T14:02:03Z</dc:date>
    </item>
    <item>
      <title>thanks for the reproducer. I</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988717#M101160</link>
      <description>thanks for the reproducer. I will look into it and will report the problem  to engineering</description>
      <pubDate>Wed, 05 Sep 2012 15:16:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988717#M101160</guid>
      <dc:creator>Heinz_B_Intel</dc:creator>
      <dc:date>2012-09-05T15:16:38Z</dc:date>
    </item>
    <item>
      <title>Here is the next one.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988718#M101161</link>
      <description>Here is the next one.
Two classes. Both overwrites procedure open() with differen names and type signatur. Class ext 
derive from class base. 
If you call open()  twice, the compiler crash or hangs. If you call open only once all is fine.

Same compiler and machine.

I attach the example code as file.

Thanks for your help</description>
      <pubDate>Wed, 05 Sep 2012 15:38:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988718#M101161</guid>
      <dc:creator>Thomas_H_8</dc:creator>
      <dc:date>2012-09-05T15:38:20Z</dc:date>
    </item>
    <item>
      <title>I have tested the sample</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988719#M101162</link>
      <description>I have tested the sample application (example2) using the same compiler version 12.0 Update 4 you used and confirm the issue you report. However both, the latet 12.1 compiler ( 12.1 Update 11) and the just released compiler 13.0 compile the code fine. Thus please update to a newer compiler version to avoid this problem.</description>
      <pubDate>Thu, 06 Sep 2012 07:58:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988719#M101162</guid>
      <dc:creator>Heinz_B_Intel</dc:creator>
      <dc:date>2012-09-06T07:58:10Z</dc:date>
    </item>
    <item>
      <title>Thank you for the test! I'll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988720#M101163</link>
      <description>Thank you for the test! I'll update to a new version.</description>
      <pubDate>Thu, 06 Sep 2012 08:29:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988720#M101163</guid>
      <dc:creator>Thomas_H_8</dc:creator>
      <dc:date>2012-09-06T08:29:38Z</dc:date>
    </item>
    <item>
      <title>The problem is fixed by the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988721#M101164</link>
      <description>&lt;P&gt;The problem is fixed by the latest compiler release available from registrationcenter.intel.com ( download package l_fcompxe_2013.2.146 ). I will mark this thread as closed&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2013 08:40:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/polymorphic-catastrophic-error-Internal-compiler-error-internal/m-p/988721#M101164</guid>
      <dc:creator>Heinz_B_Intel</dc:creator>
      <dc:date>2013-02-25T08:40:19Z</dc:date>
    </item>
  </channel>
</rss>

