<?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: ICE: Empty array in allocatable component of derived type constructor in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-Empty-array-in-allocatable-component-of-derived-type/m-p/1546967#M169381</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Thanks for the follow-up.&lt;/P&gt;&lt;P&gt;Yes, I can confirm that with the latest version the ICE is gone.&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Nov 2023 19:51:41 GMT</pubDate>
    <dc:creator>jwmwalrus</dc:creator>
    <dc:date>2023-11-23T19:51:41Z</dc:date>
    <item>
      <title>ICE: Empty array in allocatable component of derived type constructor</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-Empty-array-in-allocatable-component-of-derived-type/m-p/1494602#M166780</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;The following code causes an ICE with both ifort and ifx (but compiles just fine with gfortran):&lt;/P&gt;&lt;LI-CODE lang="fortran"&gt;module mod1
    implicit none

    type :: address
        character(:), allocatable :: line1
    end type

    type :: user
        character(:), allocatable :: username
        type(address), allocatable :: addresses(:)
    end type

    type(user) :: root
contains
    subroutine init
        root = user('root', [address ::])
    end subroutine
end module&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Compiler versions:&lt;/P&gt;&lt;P&gt;ifx version 2023.1.0&lt;/P&gt;&lt;P&gt;ifort version 2021.9.0&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 04:12:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-Empty-array-in-allocatable-component-of-derived-type/m-p/1494602#M166780</guid>
      <dc:creator>jwmwalrus</dc:creator>
      <dc:date>2023-06-10T04:12:15Z</dc:date>
    </item>
    <item>
      <title>Re:ICE: Empty array in allocatable component of derived type constructor</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-Empty-array-in-allocatable-component-of-derived-type/m-p/1494647#M166781</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/296168"&gt;@jwmwalrus&lt;/a&gt;, kudos for reporting this ICE! I filed a bug report, CMPLRLLVM-48558. Will let you know when a fix is available.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Jun 2023 12:20:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-Empty-array-in-allocatable-component-of-derived-type/m-p/1494647#M166781</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-06-10T12:20:01Z</dc:date>
    </item>
    <item>
      <title>Re:ICE: Empty array in allocatable component of derived type constructor</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-Empty-array-in-allocatable-component-of-derived-type/m-p/1546186#M169310</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/296168"&gt;@jwmwalrus&lt;/a&gt;, the ICE is melted for both ifx and ifort with the compilers that were released this week. Please try them out!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Nov 2023 19:10:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-Empty-array-in-allocatable-component-of-derived-type/m-p/1546186#M169310</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-11-21T19:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: ICE: Empty array in allocatable component of derived type constructor</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-Empty-array-in-allocatable-component-of-derived-type/m-p/1546967#M169381</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Thanks for the follow-up.&lt;/P&gt;&lt;P&gt;Yes, I can confirm that with the latest version the ICE is gone.&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 19:51:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-Empty-array-in-allocatable-component-of-derived-type/m-p/1546967#M169381</guid>
      <dc:creator>jwmwalrus</dc:creator>
      <dc:date>2023-11-23T19:51:41Z</dc:date>
    </item>
  </channel>
</rss>

