<?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 Right, that's the point. in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-problem-with-nested-type/m-p/980240#M99490</link>
    <description>&lt;P&gt;Right, that's the point. Thanks a lot. The problem is fixed.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2013 07:56:08 GMT</pubDate>
    <dc:creator>Bob_G_</dc:creator>
    <dc:date>2013-03-26T07:56:08Z</dc:date>
    <item>
      <title>Compile problem with nested type</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-problem-with-nested-type/m-p/980238#M99488</link>
      <description>&lt;P&gt;Here is the code in Test.f90&lt;/P&gt;
&lt;P&gt;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;/P&gt;
&lt;P&gt;module type_definitions&lt;BR /&gt;type AA&lt;BR /&gt;integer :: idn &lt;BR /&gt;type(BB),pointer :: n &lt;BR /&gt;end type AA&lt;/P&gt;
&lt;P&gt;type BB&lt;BR /&gt;integer :: id &lt;BR /&gt;type(AA),pointer :: m &lt;BR /&gt;end type BB&lt;/P&gt;
&lt;P&gt;end module type_definitions&lt;/P&gt;
&lt;P&gt;subroutine findx(kk)&lt;BR /&gt;use type_definitions&lt;BR /&gt;implicit none&lt;BR /&gt;type(AA) :: kk &lt;BR /&gt;end subroutine findx&lt;/P&gt;
&lt;P&gt;program main&lt;BR /&gt;use type_definitions&lt;BR /&gt;implicit none&lt;BR /&gt;character*18 ar,md&lt;BR /&gt;open(1,file='../../../Data/Model.dat')&lt;BR /&gt;read(1,'(a18)')ar&lt;BR /&gt;read(1,'(a18)')md&lt;BR /&gt;close(1)&lt;BR /&gt;end program main&lt;/P&gt;
&lt;P&gt;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;/P&gt;
&lt;P&gt;There is a type AA defined in type BB, and also the type BB exist in type AA, &amp;nbsp;problem occers with "fortcom: Fatal: There has been an internal compiler error (C0000005)" under VS2008+IFV11.1.038. I am really confused as I compiled it in IFV prompt with "ifort -o test test.f90", it works well. &amp;nbsp;This is a simply section from a robust scientific package, and I prefer debugging it step by step in VS2008, so what is the problem bewteen the different methods? Thanks for any comments in advance.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 22:42:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-problem-with-nested-type/m-p/980238#M99488</guid>
      <dc:creator>Bob_G_</dc:creator>
      <dc:date>2013-03-25T22:42:41Z</dc:date>
    </item>
    <item>
      <title>It compiles under VS2010 and</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-problem-with-nested-type/m-p/980239#M99489</link>
      <description>&lt;P&gt;It compiles under VS2010 and XE 13.1.0.149.&lt;/P&gt;
&lt;P&gt;Try turning off the diagnostics "Check routine interfaces"&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2013 07:45:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-problem-with-nested-type/m-p/980239#M99489</guid>
      <dc:creator>Andrew_Smith</dc:creator>
      <dc:date>2013-03-26T07:45:23Z</dc:date>
    </item>
    <item>
      <title>Right, that's the point.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-problem-with-nested-type/m-p/980240#M99490</link>
      <description>&lt;P&gt;Right, that's the point. Thanks a lot. The problem is fixed.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2013 07:56:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-problem-with-nested-type/m-p/980240#M99490</guid>
      <dc:creator>Bob_G_</dc:creator>
      <dc:date>2013-03-26T07:56:08Z</dc:date>
    </item>
  </channel>
</rss>

