<?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:Compiler bug in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-bug/m-p/1197064#M151050</link>
    <description>&lt;P&gt;This bug you reported where the compiler failed to detect the interface inconsistency in module/submodule has been fixed.  The fix is available as part of PSXE 2020 update 2 (Fortran 19.1.2) that was released last month.&lt;/P&gt;&lt;P&gt;Please check it out!&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Aug 2020 22:08:11 GMT</pubDate>
    <dc:creator>Barbara_P_Intel</dc:creator>
    <dc:date>2020-08-03T22:08:11Z</dc:date>
    <item>
      <title>Compiler bug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-bug/m-p/1184248#M149705</link>
      <description>&lt;P&gt;This was brought to my attention by a colleague. This code produces a randomly truncated output - and we think that the compiler should detect the interface inconsistency for S.&lt;/P&gt;
&lt;PRE class="brush:fortran; class-name:dark;"&gt;MODULE M
INTERFACE
    MODULE SUBROUTINE S(C)
    IMPLICIT NONE
    CHARACTER(LEN=:),ALLOCATABLE,INTENT(IN) :: C
    END SUBROUTINE S
END INTERFACE    
END MODULE M

SUBMODULE (M) SM
CONTAINS
    MODULE SUBROUTINE S(C)
    IMPLICIT NONE
    CHARACTER(LEN=*),ALLOCATABLE,INTENT(IN) :: C
    WRITE(*,*) C
    END SUBROUTINE S
END SUBMODULE SM

PROGRAM P
USE M
IMPLICIT NONE
CHARACTER(LEN=:),ALLOCATABLE :: STRING
STRING = 'Ha ha!'
CALL S(STRING)
END PROGRAM P&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 19:19:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-bug/m-p/1184248#M149705</guid>
      <dc:creator>OP1</dc:creator>
      <dc:date>2020-02-14T19:19:11Z</dc:date>
    </item>
    <item>
      <title>I agree - this is an error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-bug/m-p/1184249#M149706</link>
      <description>&lt;P&gt;I agree - this is an error the compiler should catch. Please submit it to the Intel Online Service Center.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 19:33:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-bug/m-p/1184249#M149706</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-02-14T19:33:12Z</dc:date>
    </item>
    <item>
      <title>Thanks - I did open a support</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-bug/m-p/1184250#M149707</link>
      <description>&lt;P&gt;Thanks - I did open a support ticket.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 20:26:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-bug/m-p/1184250#M149707</guid>
      <dc:creator>OP1</dc:creator>
      <dc:date>2020-02-14T20:26:14Z</dc:date>
    </item>
    <item>
      <title>Re:Compiler bug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-bug/m-p/1197064#M151050</link>
      <description>&lt;P&gt;This bug you reported where the compiler failed to detect the interface inconsistency in module/submodule has been fixed.  The fix is available as part of PSXE 2020 update 2 (Fortran 19.1.2) that was released last month.&lt;/P&gt;&lt;P&gt;Please check it out!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Aug 2020 22:08:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-bug/m-p/1197064#M151050</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2020-08-03T22:08:11Z</dc:date>
    </item>
  </channel>
</rss>

