<?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 This is issue has been fixed in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Crash-when-reading-into-unlimited-polymorphic-variable/m-p/765639#M19977</link>
    <description>This is issue has been fixed in Intel® Fortran Composer XE for Linux* 2013 which is now available at the &lt;A href="https://registrationcenter.intel.com"&gt;Intel® Registration Center&lt;/A&gt;.

Regards,
Annalee
Intel Developer Support
* Other names and brands may be claimed as the property of others.</description>
    <pubDate>Wed, 05 Sep 2012 15:42:20 GMT</pubDate>
    <dc:creator>Anonymous66</dc:creator>
    <dc:date>2012-09-05T15:42:20Z</dc:date>
    <item>
      <title>Crash when reading into unlimited polymorphic variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Crash-when-reading-into-unlimited-polymorphic-variable/m-p/765637#M19975</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;The following test program illustrate a crash due to segfault when the program is compiled with Intel Fortran compiler. &lt;BR /&gt;[fortran]program UnlimitedPolymorphicRead !-- The following code demonstrate Intel Fortran compiler bug in reading ! to unlimited polymorphic variable character ( 10 ) :: StringValue class ( * ), allocatable :: Value StringValue = '12345' allocate ( integer :: Value ) select type ( Value ) type is ( integer ) !-- The following line crashes with ifort 12.1.2 build 20111128 read ( StringValue, fmt = '(i10)' ) Value print*, 'Integer Value', Value end select end program UnlimitedPolymorphicRead [/fortran] Running the program gives me the following error:&lt;BR /&gt;&lt;BR /&gt;[plain]}$ ifort -V Intel Fortran Intel 64 Compiler XE for applications running on Intel 64, Version 12.1 Build 20111128 ]$ ifort -g -O0 UnlmtdPolyRead.f90 ]$ gdb ./a.out ... (gdb) run Starting program: ./UnlmtdPolyRead/a.out [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0x000000000044de5c in cvt_text_to_integer () (gdb) backtrace #0 0x000000000044de5c in cvt_text_to_integer () #1 0x000000000042df97 in for__cvt_value () #2 0x000000000040827e in for_read_int_fmt_xmit () #3 0x0000000000406ac7 in for_read_int_fmt () #4 0x0000000000402de4 in unlimitedpolymorphicread () at UnlmtdPolyRead.f90:16 #5 0x0000000000402abc in main () [/plain] The same code compiles and runs fine with PGI 12.2 compiler and Cray's compiler, so I believe this is Intel's bug. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 19:08:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Crash-when-reading-into-unlimited-polymorphic-variable/m-p/765637#M19975</guid>
      <dc:creator>reubendb</dc:creator>
      <dc:date>2012-03-19T19:08:32Z</dc:date>
    </item>
    <item>
      <title>Crash when reading into unlimited polymorphic variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Crash-when-reading-into-unlimited-polymorphic-variable/m-p/765638#M19976</link>
      <description>&lt;P&gt;We are planing to include a fix for this issue in a future release scheduled for later this year.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 21:01:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Crash-when-reading-into-unlimited-polymorphic-variable/m-p/765638#M19976</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2012-03-19T21:01:11Z</dc:date>
    </item>
    <item>
      <title>This is issue has been fixed</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Crash-when-reading-into-unlimited-polymorphic-variable/m-p/765639#M19977</link>
      <description>This is issue has been fixed in Intel® Fortran Composer XE for Linux* 2013 which is now available at the &lt;A href="https://registrationcenter.intel.com"&gt;Intel® Registration Center&lt;/A&gt;.

Regards,
Annalee
Intel Developer Support
* Other names and brands may be claimed as the property of others.</description>
      <pubDate>Wed, 05 Sep 2012 15:42:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Crash-when-reading-into-unlimited-polymorphic-variable/m-p/765639#M19977</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2012-09-05T15:42:20Z</dc:date>
    </item>
  </channel>
</rss>

