<?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: ifort cannot NULLIFY a pointer of the derived data type fun in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-cannot-NULLIFY-a-pointer-of-the-derived-data-type-function/m-p/750119#M6809</link>
    <description>Version 8.0 is five years old. The current version is 10.1 and my test shows it works with your test case.&lt;BR /&gt;</description>
    <pubDate>Wed, 24 Sep 2008 13:45:43 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2008-09-24T13:45:43Z</dc:date>
    <item>
      <title>ifort cannot NULLIFY a pointer of the derived data type function</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-cannot-NULLIFY-a-pointer-of-the-derived-data-type-function/m-p/750116#M6806</link>
      <description>&lt;P&gt;Compiling with ifort and executing the following code demonstrates ifort has a bug when a function returns a pointer for a derived data type.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PROGRAM BUG&lt;BR /&gt;&lt;BR /&gt;TYPE T&lt;BR /&gt;INTEGER :: i&lt;BR /&gt;END TYPE T&lt;BR /&gt;&lt;BR /&gt;TYPE( T ), POINTER :: get&lt;BR /&gt;&lt;BR /&gt;get =&amp;gt; Check()&lt;BR /&gt;&lt;BR /&gt;CONTAINS&lt;BR /&gt;&lt;BR /&gt;FUNCTION Check() RESULT ( n )&lt;BR /&gt;&lt;BR /&gt;TYPE( T ), POINTER :: n&lt;BR /&gt;&lt;BR /&gt;NULLIFY( n )&lt;BR /&gt;&lt;BR /&gt;IF( ASSOCIATED( n ) ) print *, "ifort cannot NULLIFY a pointer of the derived data type function"&lt;BR /&gt;&lt;BR /&gt;END FUNCTION&lt;BR /&gt;&lt;BR /&gt;END PROGRAM&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2008 23:45:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-cannot-NULLIFY-a-pointer-of-the-derived-data-type-function/m-p/750116#M6806</guid>
      <dc:creator>mckim</dc:creator>
      <dc:date>2008-09-22T23:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: ifort cannot NULLIFY a pointer of the derived data type fun</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-cannot-NULLIFY-a-pointer-of-the-derived-data-type-function/m-p/750117#M6807</link>
      <description>I can't reproduce this problem - which exact version of ifort are you using and what compile options?&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2008 13:42:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-cannot-NULLIFY-a-pointer-of-the-derived-data-type-function/m-p/750117#M6807</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-09-23T13:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: ifort cannot NULLIFY a pointer of the derived data type fun</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-cannot-NULLIFY-a-pointer-of-the-derived-data-type-function/m-p/750118#M6808</link>
      <description>It is Version 8.0, and compiled with
&lt;BR /&gt;
&lt;BR /&gt;ifort -o run bug.f90
&lt;BR /&gt;
&lt;BR /&gt;Thank you.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2008 22:16:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-cannot-NULLIFY-a-pointer-of-the-derived-data-type-function/m-p/750118#M6808</guid>
      <dc:creator>mckim</dc:creator>
      <dc:date>2008-09-23T22:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: ifort cannot NULLIFY a pointer of the derived data type fun</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-cannot-NULLIFY-a-pointer-of-the-derived-data-type-function/m-p/750119#M6809</link>
      <description>Version 8.0 is five years old. The current version is 10.1 and my test shows it works with your test case.&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Sep 2008 13:45:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-cannot-NULLIFY-a-pointer-of-the-derived-data-type-function/m-p/750119#M6809</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-09-24T13:45:43Z</dc:date>
    </item>
  </channel>
</rss>

