<?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: Seg fault caused by allocate statement with source variable in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742716#M1734</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/455431"&gt;lopes8070&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Another compiler catastrophoc error. This time there is an allocate statement with a source definition. There are 3 classes in play. 2 classes (C,H) extend a third (D). There is a pointer (same thing happens with allocate attribute) to an object of class D defined in the main program. I then allocate the pointer with the source defined as one of either C or H (Trying to them make it of that type which is known only at runtime.&lt;BR /&gt;&lt;BR /&gt;Source code attached.&lt;BR /&gt;&lt;BR /&gt;Upon compilation:&lt;BR /&gt;&lt;BR /&gt;echo "Compiling with F90=ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface and CC=icc"&lt;BR /&gt;Compiling with F90=ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface and CC=icc&lt;BR /&gt;make compile TARGET=demo &lt;BR /&gt; F77="ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface " F90="ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface " CXX="icc" &lt;BR /&gt; CC="icc" LINKER="ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface " &lt;BR /&gt; FFLAGS="" CFLAGS="-O2 -g"&lt;BR /&gt;echo "Compiling" Program.f90&lt;BR /&gt;Compiling Program.f90&lt;BR /&gt;ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface -c Program.f90&lt;BR /&gt;: catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.&lt;BR /&gt;&lt;BR /&gt;compilation aborted for Program.f90 (code 3)&lt;BR /&gt;make[1]: *** [Program.o] Error 3&lt;BR /&gt;make: *** [ifort] Error 2&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;I hope I'm not overstepping my bounds reporting all these errors. I think I am using the allocate statement correctly. Correct me if I am not.&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Dec 2009 17:17:26 GMT</pubDate>
    <dc:creator>lopes8070</dc:creator>
    <dc:date>2009-12-10T17:17:26Z</dc:date>
    <item>
      <title>Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742715#M1733</link>
      <description>Another compiler catastrophoc error. This time there is an allocate statement with a source definition. There are 3 classes in play. 2 classes (C,H) extend a third (D). There is a pointer (same thing happens with allocate attribute) to an object of class D defined in the main program. I then allocate the pointer with the source defined as one of either C or H (Trying to them make it of that type which is known only at runtime.&lt;BR /&gt;&lt;BR /&gt;Source code attached.&lt;BR /&gt;&lt;BR /&gt;Upon compilation:&lt;BR /&gt;&lt;BR /&gt;echo "Compiling with F90=ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface and CC=icc"&lt;BR /&gt;Compiling with F90=ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface and CC=icc&lt;BR /&gt;make compile TARGET=demo \&lt;BR /&gt; F77="ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface " F90="ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface " CXX="icc" \&lt;BR /&gt; CC="icc" LINKER="ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface " \&lt;BR /&gt; FFLAGS="" CFLAGS="-O2 -g"&lt;BR /&gt;echo "Compiling" Program.f90&lt;BR /&gt;Compiling Program.f90&lt;BR /&gt;ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface -c Program.f90&lt;BR /&gt;: catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.&lt;BR /&gt;&lt;BR /&gt;compilation aborted for Program.f90 (code 3)&lt;BR /&gt;make[1]: *** [Program.o] Error 3&lt;BR /&gt;make: *** [ifort] Error 2</description>
      <pubDate>Thu, 10 Dec 2009 17:16:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742715#M1733</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2009-12-10T17:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742716#M1734</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/455431"&gt;lopes8070&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Another compiler catastrophoc error. This time there is an allocate statement with a source definition. There are 3 classes in play. 2 classes (C,H) extend a third (D). There is a pointer (same thing happens with allocate attribute) to an object of class D defined in the main program. I then allocate the pointer with the source defined as one of either C or H (Trying to them make it of that type which is known only at runtime.&lt;BR /&gt;&lt;BR /&gt;Source code attached.&lt;BR /&gt;&lt;BR /&gt;Upon compilation:&lt;BR /&gt;&lt;BR /&gt;echo "Compiling with F90=ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface and CC=icc"&lt;BR /&gt;Compiling with F90=ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface and CC=icc&lt;BR /&gt;make compile TARGET=demo &lt;BR /&gt; F77="ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface " F90="ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface " CXX="icc" &lt;BR /&gt; CC="icc" LINKER="ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface " &lt;BR /&gt; FFLAGS="" CFLAGS="-O2 -g"&lt;BR /&gt;echo "Compiling" Program.f90&lt;BR /&gt;Compiling Program.f90&lt;BR /&gt;ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface -c Program.f90&lt;BR /&gt;: catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.&lt;BR /&gt;&lt;BR /&gt;compilation aborted for Program.f90 (code 3)&lt;BR /&gt;make[1]: *** [Program.o] Error 3&lt;BR /&gt;make: *** [ifort] Error 2&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;I hope I'm not overstepping my bounds reporting all these errors. I think I am using the allocate statement correctly. Correct me if I am not.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Dec 2009 17:17:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742716#M1734</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2009-12-10T17:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742717#M1735</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;BR /&gt;No you're not at all. We appreciate your taking time to report these and provide a test case. Right or wrong, the usage should never cause an internal compiler error.&lt;BR /&gt;&lt;BR /&gt;I'll take a look and post again with more information.</description>
      <pubDate>Thu, 10 Dec 2009 17:41:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742717#M1735</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2009-12-10T17:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742718#M1736</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/335337"&gt;Kevin Davis (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;BR /&gt;No you're not at all. We appreciate your taking time to report these and provide a test case. Right or wrong, the usage should never cause an internal compiler error.&lt;BR /&gt;&lt;BR /&gt;I'll take a look and post again with more information.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;I have also tried &lt;BR /&gt;&lt;BR /&gt;allocate(C::classD)&lt;BR /&gt;&lt;BR /&gt;in Program.f90 instead of the other allocate statement, but that is throwing the following error:&lt;BR /&gt;&lt;BR /&gt;Program.f90(13): error #8234: If type specification appears, it shall specify a type with which each object being allocated is type compatible. [CLASSD]&lt;BR /&gt;&lt;BR /&gt;I have looked up 'type compatible' in the standard (F03 Section 2.11) and it appears that C and D should definitely be type compatible since C extends D. At least that's what I think should be happening.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Dec 2009 17:46:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742718#M1736</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2009-12-10T17:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742719#M1737</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/455431"&gt;lopes8070&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;I have also tried &lt;BR /&gt;&lt;BR /&gt;allocate(C::classD)&lt;BR /&gt;&lt;BR /&gt;in Program.f90 instead of the other allocate statement, but that is throwing the following error:&lt;BR /&gt;&lt;BR /&gt;Program.f90(13): error #8234: If type specification appears, it shall specify a type with which each object being allocated is type compatible. [CLASSD]&lt;BR /&gt;&lt;BR /&gt;I have looked up 'type compatible' in the standard (F03 Section 2.11) and it appears that C and D should definitely be type compatible since C extends D. At least that's what I think should be happening.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Note that defining the classD as a targetable variable (, target), makes this compile but segfaults on the actual allocation. This is similar to another thread, though I don't know how to link it here.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Dec 2009 16:50:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742719#M1737</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2009-12-11T16:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742720#M1738</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;I cannot get past the error #8234 when using &lt;STRONG&gt;allocatable,target&lt;/STRONG&gt; so I don't know what more is be needed to reproduce the third issue involving the run-time fault.&lt;BR /&gt;&lt;BR /&gt;Two of the three issues reported were submitted to Development. I'll keep the thread updated with information that I receive.&lt;BR /&gt;&lt;BR /&gt;(Internal tracking id: DPD200148482 - internal error with SOURCE=)&lt;BR /&gt;(Internal tracking id: DPD200148483 - error #8234 types not compatible)&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Dec 2009 11:50:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742720#M1738</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2009-12-12T11:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742721#M1739</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/335337"&gt;Kevin Davis (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;I cannot get past the error #8234 when using &lt;STRONG&gt;allocatable,target&lt;/STRONG&gt; so I don't know what more is be needed to reproduce the third issue involving the run-time fault.&lt;BR /&gt;&lt;BR /&gt;Two of the three issues reported were submitted to Development. I'll keep the thread updated with information that I receive.&lt;BR /&gt;&lt;BR /&gt;(Internal tracking id: DPD200148482 - internal error with SOURCE=)&lt;BR /&gt;(Internal tracking id: DPD200148483 - error #8234 types not compatible)&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Development confirmed and already fixed the erroneous "error #8234 types not compatible" based on an earlier report. The samefix also addressed the error I receivedwith &lt;STRONG&gt;allocatable,target&lt;/STRONG&gt; and the allocation executes successfully too.&lt;BR /&gt;&lt;BR /&gt;We hope to provide this fix in a future 11.1 update. I will update the post when I know more.&lt;BR /&gt;&lt;BR /&gt;(New Internal tracking id: DPD200140688 - error #8234 types not compatible)</description>
      <pubDate>Wed, 16 Dec 2009 21:26:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742721#M1739</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2009-12-16T21:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742722#M1740</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/335337"&gt;Kevin Davis (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Development confirmed and already fixed the erroneous "error #8234 types not compatible" based on an earlier report. The samefix also addressed the error I receivedwith &lt;STRONG&gt;allocatable,target&lt;/STRONG&gt; and the allocation executes successfully too.&lt;BR /&gt;&lt;BR /&gt;We hope to provide this fix in a future 11.1 update. I will update the post when I know more.&lt;BR /&gt;&lt;BR /&gt;(New Internal tracking id: DPD200140688 - error #8234 types not compatible)&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thank you for responding and keeping me in the loop. Has the new update come out yet? I heard it was supposed to come out this week sometime.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Dec 2009 15:52:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742722#M1740</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2009-12-17T15:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742723#M1741</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Not yet, but it should be very soon. You can log in to the Intel Registration Center to check.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Dec 2009 17:33:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742723#M1741</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-12-17T17:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742724#M1742</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Update 4 is now posted to the Intel Registration Center.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Dec 2009 21:54:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742724#M1742</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-12-17T21:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742725#M1743</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Update 4 is now posted to the Intel Registration Center.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I saw that update 5 is estimated for late January, does this adress this issue (or either of the other 2 I posted recently)? Just wanted an update, sorry to bump.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2010 16:46:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742725#M1743</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2010-01-05T16:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742726#M1744</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/455431"&gt;lopes8070&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;I saw that update 5 is estimated for late January, does this adress this issue (or either of the other 2 I posted recently)? Just wanted an update, sorry to bump.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;For the internal ids tracked under this post:&lt;BR /&gt;&lt;BR /&gt;- There is no fix yet available for (Internal tracking id: DPD200148482 - &lt;EM&gt;internal error with SOURCE=)&lt;/EM&gt; so as of right now update 5 will not address this issue. I'll ping Development for status of a fix and see if it can make Update 5.&lt;BR /&gt;&lt;BR /&gt;- The fix for (Internal tracking id: DPD200140688 - &lt;EM&gt;error #8234 types not compatible&lt;/EM&gt;) is approved for 11.1 so this one should be in Update 5, although, its not yet appearing in 11.1 internal builds yet.&lt;BR /&gt;&lt;BR /&gt;I only found one other post (&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70459" target="_blank"&gt;here&lt;/A&gt;) thatI testedandfound is *not* currently fixed in 11.1 either. I'll check w/Steve on the status of that issue and we'll update that post accordingly.&lt;BR /&gt;&lt;BR /&gt;Was there another post we missed?</description>
      <pubDate>Tue, 05 Jan 2010 17:36:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742726#M1744</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2010-01-05T17:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742727#M1745</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/335337"&gt;Kevin Davis (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;For the internal ids tracked under this post:&lt;BR /&gt;&lt;BR /&gt;- There is no fix yet available for (Internal tracking id: DPD200148482 - &lt;EM&gt;internal error with SOURCE=)&lt;/EM&gt; so as of right now update 5 will not address this issue. I'll ping Development for status of a fix and see if it can make Update 5.&lt;BR /&gt;&lt;BR /&gt;- The fix for (Internal tracking id: DPD200140688 - &lt;EM&gt;error #8234 types not compatible&lt;/EM&gt;) is approved for 11.1 so this one should be in Update 5, although, its not yet appearing in 11.1 internal builds yet.&lt;BR /&gt;&lt;BR /&gt;I only found one other post (&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70459" target="_blank"&gt;here&lt;/A&gt;) thatI testedandfound is *not* currently fixed in 11.1 either. I'll check w/Steve on the status of that issue and we'll update that post accordingly.&lt;BR /&gt;&lt;BR /&gt;Was there another post we missed?&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;One was not given a tracking number, but can be found at&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70459" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=70459&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The other is internal tracking number 200148269&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2010 17:43:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742727#M1745</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2010-01-05T17:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742728#M1746</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/455431"&gt;lopes8070&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;One was not given a tracking number, but can be found at&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70459" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=70459&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The other is internal tracking number 200148269&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Ok, thanks.&lt;BR /&gt;&lt;BR /&gt;The first (thread #70459) is the post Steve has and which I just re-tested and found is not currently fixed in 11.1. I don't yet know if there's an associated internal tracking id, but we'll post it to that thread once known.&lt;BR /&gt;&lt;BR /&gt;The second (internal tracking number 200148269) does not yet have a fix available so as of right now Update 5 will not address that issue either. I'll also ping Development for status and whether it can make Update 5 and post to the associated thread (&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70375" target="_blank"&gt;here&lt;/A&gt;).</description>
      <pubDate>Tue, 05 Jan 2010 18:00:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742728#M1746</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2010-01-05T18:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742729#M1747</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/335337"&gt;Kevin Davis (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Ok, thanks.&lt;BR /&gt;&lt;BR /&gt;The first (thread #70459) is the post Steve has and which I just re-tested and found is not currently fixed in 11.1. I don't yet know if there's an associated internal tracking id, but we'll post it to that thread once known.&lt;BR /&gt;&lt;BR /&gt;The second (internal tracking number 200148269) does not yet have a fix available so as of right now Update 5 will not address that issue either. I'll also ping Development for status and whether it can make Update 5 and post to the associated thread (&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70375" target="_blank"&gt;here&lt;/A&gt;).&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2010 18:02:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742729#M1747</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2010-01-05T18:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742730#M1748</link>
      <description>&lt;P&gt;An updated status of fixes in 11.1 Update 5:&lt;/P&gt;
&lt;P&gt;- There is still no fix available for (Internal tracking id: DPD200148482 - internal error with SOURCE=) so its unlikely this will be fixed in 11.1 update 5.&lt;/P&gt;
&lt;P&gt;- I confirmed the fix is in 11.1 update 5 for (Internal tracking id: DPD200140688 - error #8234 types not compatible).&lt;/P&gt;
&lt;P&gt;- There is no fix available for (Internal tracking id: DPD200148269 - Incorrect error 6678 for pointer assignment to a type-bound procedure returning a pointer). Steve will keep you updated in the corresponding post (&lt;A target="_blank" href="http://software.intel.com/en-us/forums/showthread.php?t=70375"&gt;here&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;- There is a fix available for (Internal tracking id: DPD200149063 - Internal error for call to type component that is not a type-bound procedure) but it is not currently appearing in internal 11.1 builds so availability in 11.1 update 5 is uncertain. However, this is the issue Steve provided the needed source correction for to resolve that issue (&lt;A target="_blank" href="http://software.intel.com/en-us/forums/showthread.php?t=70459"&gt;here&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2010 20:09:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742730#M1748</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2010-01-20T20:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742731#M1749</link>
      <description>For DPD200149063, which is caused by a coding error, the fix for that is not currently being considered for 11.1.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2010 21:14:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742731#M1749</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-01-21T21:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742732#M1750</link>
      <description>&lt;DIV id="tiny_quote"&gt;
&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1266919758512="83" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=335337" href="https://community.intel.com/en-us/profile/335337/" class="basic"&gt;Kevin Davis (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 2px; margin-right: 2px; background-color: #e5e5e5; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;
&lt;P&gt;An updated status of fixes in 11.1 Update 5:&lt;/P&gt;
&lt;P&gt;- There is still no fix available for (Internal tracking id: DPD200148482 - internal error with SOURCE=) so its unlikely this will be fixed in 11.1 update 5.&lt;/P&gt;
&lt;P&gt;- I confirmed the fix is in 11.1 update 5 for (Internal tracking id: DPD200140688 - error #8234 types not compatible).&lt;/P&gt;
&lt;P&gt;- There is no fix available for (Internal tracking id: DPD200148269 - Incorrect error 6678 for pointer assignment to a type-bound procedure returning a pointer). Steve will keep you updated in the corresponding post (&lt;A target="_blank" href="http://software.intel.com/en-us/forums/showthread.php?t=70375"&gt;here&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;- There is a fix available for (Internal tracking id: DPD200149063 - Internal error for call to type component that is not a type-bound procedure) but it is not currently appearing in internal 11.1 builds so availability in 11.1 update 5 is uncertain. However, this is the issue Steve provided the needed source correction for to resolve that issue (&lt;A target="_blank" href="http://software.intel.com/en-us/forums/showthread.php?t=70459"&gt;here&lt;/A&gt;).&lt;/P&gt;
&lt;/I&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;An updated status of fixes in &lt;STRONG&gt;11.1 Update 5&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;This defect (Internal tracking id: DPD200140688 - error #8234 types not compatible) is fixed in the Intel Fortran Compiler Professional Edition &lt;STRONG&gt;11.1 Update 5&lt;/STRONG&gt; (11.1.069 - Linux).&lt;/P&gt;
&lt;P&gt;I will update the thread again when a fix is available for this defect (Internal tracking id: DPD200148482 - internal error with SOURCE=).&lt;/P&gt;
&lt;P&gt;Please see the links in my quoted reply above (from my 1/20/10 post) to your other earlier reported issues for updates regarding fixes for those defects.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2010 10:12:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742732#M1750</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2010-02-23T10:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742733#M1751</link>
      <description>Thank you for keeping track of this. So the fix is for the compiler compilation error where the types were not compatible, but the other error (Source=) is still unresolved. I am eagerly waiting this fix as the work around is very cumbersome.</description>
      <pubDate>Tue, 23 Feb 2010 13:31:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742733#M1751</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2010-02-23T13:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Seg fault caused by allocate statement with source variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742734#M1752</link>
      <description>&lt;P&gt;You're welcome.&lt;/P&gt;
&lt;P&gt;I'm also watching the fix for (Internal tracking id: DPD200148482 - internal error with SOURCE=). It exists and is ready for inclusion into the next 11.1 update 6 (tentatively in the April/May '10 time-frame), but it hasn't yet appeared in our 11.1 internal compilers. I'll keep watching our internal builds to ensureit makes update 6 andwill keep this post updated.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2010 16:24:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Seg-fault-caused-by-allocate-statement-with-source-variable/m-p/742734#M1752</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2010-02-23T16:24:42Z</dc:date>
    </item>
  </channel>
</rss>

