<?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 Escalated as issue in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-with-O3/m-p/976513#M98581</link>
    <description>&lt;P&gt;Escalated as issue&amp;nbsp;DPD200249697. Seems to be a vectorizer problem.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2013 20:43:47 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2013-11-07T20:43:47Z</dc:date>
    <item>
      <title>internal compiler error with /O3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-with-O3/m-p/976511#M98579</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am using Intel Fortran compiler 14.0.1.139. When I compile the following program with the /O3 option (and 64-bit), I am getting an internal compiler error. The compilation succeeds if I remove the /O3, or if I compile as 32-bit, or if I use the older compiler (14.0.0.103).&lt;BR /&gt;&lt;BR /&gt;[fortran]&lt;BR /&gt;module mod1&lt;BR /&gt;real(kind=8),allocatable:: Gfull(:,:)&lt;BR /&gt;contains&lt;BR /&gt;!--------------------------------------------------------&lt;BR /&gt;subroutine sub( x, y )&lt;BR /&gt;implicit none&lt;BR /&gt;real(kind=8),intent(in):: x(:)&lt;BR /&gt;real(kind=8),intent(out):: y(:)&lt;BR /&gt;integer mcell, ndat, i, im, m1, m2&lt;BR /&gt;integer,parameter:: msize = 10000&lt;BR /&gt;mcell= size( Gfull, 1)&lt;BR /&gt;ndat = size( Gfull, 2)&lt;BR /&gt;y = 0.d0&lt;BR /&gt;do im = 1, 10&lt;BR /&gt;&amp;nbsp;m1 = (im-1)*msize + 1&lt;BR /&gt;&amp;nbsp;m2 = min(m1 + msize - 1, mcell)&lt;BR /&gt;&amp;nbsp;do i = 1, ndat&lt;BR /&gt;&amp;nbsp;y(i) = y(i) + dot_product( Gfull(m1:m2,i), x(m1:m2) )&lt;BR /&gt;&amp;nbsp;end do ! i&lt;BR /&gt;end do ! im&lt;BR /&gt;return&lt;BR /&gt;end subroutine sub&lt;BR /&gt;end module mod1&lt;BR /&gt;[/fortran]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Roman&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2013 21:49:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-with-O3/m-p/976511#M98579</guid>
      <dc:creator>Roman1</dc:creator>
      <dc:date>2013-11-06T21:49:42Z</dc:date>
    </item>
    <item>
      <title>Thanks - we'll check it out.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-with-O3/m-p/976512#M98580</link>
      <description>&lt;P&gt;Thanks - we'll check it out.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2013 22:09:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-with-O3/m-p/976512#M98580</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-11-06T22:09:58Z</dc:date>
    </item>
    <item>
      <title>Escalated as issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-with-O3/m-p/976513#M98581</link>
      <description>&lt;P&gt;Escalated as issue&amp;nbsp;DPD200249697. Seems to be a vectorizer problem.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 20:43:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-with-O3/m-p/976513#M98581</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-11-07T20:43:47Z</dc:date>
    </item>
    <item>
      <title>This was fixed in update 2</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-with-O3/m-p/976514#M98582</link>
      <description>&lt;P&gt;This was fixed in update 2 (14.0.2).&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2014 17:56:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-with-O3/m-p/976514#M98582</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-03-20T17:56:46Z</dc:date>
    </item>
  </channel>
</rss>

