<?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: Assignment to unallocated derived type / array in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773406#M23767</link>
    <description>It would certainly help.</description>
    <pubDate>Sun, 02 Apr 2006 04:38:00 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2006-04-02T04:38:00Z</dc:date>
    <item>
      <title>Assignment to unallocated derived type / array</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773399#M23760</link>
      <description>&lt;DIV&gt;This one surprised me. (From another developer using a different compiler). I verified it using CVF -- have not tried IVF yet.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Derived type is not allocated due to various reasons but the assignment:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;x%y=0&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;flies by okay in CVF. No error.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any idea what compiler flags I might use to make sure this trips up?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Linda&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 31 Mar 2006 00:24:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773399#M23760</guid>
      <dc:creator>lklawrie1</dc:creator>
      <dc:date>2006-03-31T00:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Assignment to unallocated derived type / array</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773400#M23761</link>
      <description>There isn't anything in CVF, or really IVF, to catch this at this time. It's on our list.  You might get an array bounds error in IVF if you had that enabled and tried it, or maybe an access violation.&lt;BR /&gt;&lt;BR /&gt;This is a general class of pointer and shape checking that is missing from the product.</description>
      <pubDate>Fri, 31 Mar 2006 00:40:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773400#M23761</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-03-31T00:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Assignment to unallocated derived type / array</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773401#M23762</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;FYI -- I guess g95 has it as this is where it failed. OTOH, they don't have debugging or apparently very good traceback so he (the person using the source code) had to resort to putting in print statements for tracing the problem. :-)&lt;/P&gt;&lt;P&gt;Thanks. I just tried IVF -- inmy release version (which doesn't have extensive array bounds tracking turned on) it doesn't trip.&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2006 00:49:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773401#M23762</guid>
      <dc:creator>lklawrie1</dc:creator>
      <dc:date>2006-03-31T00:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Assignment to unallocated derived type / array</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773402#M23763</link>
      <description>Yeah, this is a sore point with me - we really need to do a better job with run-time diagnostics.  The more people who file feature requests for such things, the more likely they'll get done.</description>
      <pubDate>Fri, 31 Mar 2006 01:19:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773402#M23763</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-03-31T01:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Assignment to unallocated derived type / array</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773403#M23764</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Do I need to do something more (to file a feature request)? If so, let me know.&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2006 07:49:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773403#M23764</guid>
      <dc:creator>lklawrie1</dc:creator>
      <dc:date>2006-03-31T07:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Assignment to unallocated derived type / array</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773404#M23765</link>
      <description>Yes - file an issue with Intel Premier Support with the report type of Feature Request.</description>
      <pubDate>Fri, 31 Mar 2006 09:08:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773404#M23765</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-03-31T09:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Assignment to unallocated derived type / array</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773405#M23766</link>
      <description>&lt;DIV&gt;Will they want an example file for this one?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Linda&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 01 Apr 2006 23:59:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773405#M23766</guid>
      <dc:creator>lklawrie1</dc:creator>
      <dc:date>2006-04-01T23:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Assignment to unallocated derived type / array</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773406#M23767</link>
      <description>It would certainly help.</description>
      <pubDate>Sun, 02 Apr 2006 04:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Assignment-to-unallocated-derived-type-array/m-p/773406#M23767</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-04-02T04:38:00Z</dc:date>
    </item>
  </channel>
</rss>

