<?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 internal compiler error when initializing in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-when-initializing/m-p/1174802#M147059</link>
    <description>&lt;P&gt;This program produced the error message below it when compiled with ifort 17.0-1589&lt;/P&gt;&lt;P&gt;module qpcomplex&lt;BR /&gt;&amp;nbsp; implicit none&lt;BR /&gt;&amp;nbsp; integer,parameter :: qp = selected_real_kind(30)&lt;BR /&gt;&amp;nbsp; real(qp),parameter:: two = 2&lt;BR /&gt;&amp;nbsp; complex(qp),parameter:: qpi = cmplx(0,1,kind=qp)&lt;BR /&gt;end module qpcomplex&lt;/P&gt;&lt;P&gt;program prog&lt;BR /&gt;&amp;nbsp; use qpcomplex, only: qp,qpi,two&lt;BR /&gt;&amp;nbsp; implicit none&lt;BR /&gt;&amp;nbsp; integer:: j,n&lt;BR /&gt;&amp;nbsp; complex(qp):: z,zseries(30) = [(cmplx(n,0,qp)/two,n=1,10),&amp;amp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (-1.4_qp+qpi*j/two,j=0,9), (1.4_qp-qpi*j/two,j=0,9)]&lt;BR /&gt;&amp;nbsp; do j = 1,size(zseries)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; z = zseries(j)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print "(SP,A,F37.33,A,F37.33,A)", '(',real(z),',',aimag(z),')'&lt;BR /&gt;&amp;nbsp; end do&lt;BR /&gt;end program prog&lt;/P&gt;&lt;P&gt;&amp;nbsp;Intel(R) Fortran 17.0-1589&lt;BR /&gt;iforttest2.f90(13): error #6973: This is not a valid initialization expression.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (-1.4_qp+qpi*j/two,j=0,9), (1.4_qp-qpi*j/two,j=0,9)]&lt;BR /&gt;---------------^&lt;BR /&gt;iforttest2.f90: 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.&amp;nbsp; Note: File and line given may not be explicit cause of this error.&lt;BR /&gt;compilation aborted for iforttest2.f90 (code 1)&lt;/P&gt;</description>
    <pubDate>Wed, 12 Dec 2018 00:35:37 GMT</pubDate>
    <dc:creator>Harper__John</dc:creator>
    <dc:date>2018-12-12T00:35:37Z</dc:date>
    <item>
      <title>internal compiler error when initializing</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-when-initializing/m-p/1174802#M147059</link>
      <description>&lt;P&gt;This program produced the error message below it when compiled with ifort 17.0-1589&lt;/P&gt;&lt;P&gt;module qpcomplex&lt;BR /&gt;&amp;nbsp; implicit none&lt;BR /&gt;&amp;nbsp; integer,parameter :: qp = selected_real_kind(30)&lt;BR /&gt;&amp;nbsp; real(qp),parameter:: two = 2&lt;BR /&gt;&amp;nbsp; complex(qp),parameter:: qpi = cmplx(0,1,kind=qp)&lt;BR /&gt;end module qpcomplex&lt;/P&gt;&lt;P&gt;program prog&lt;BR /&gt;&amp;nbsp; use qpcomplex, only: qp,qpi,two&lt;BR /&gt;&amp;nbsp; implicit none&lt;BR /&gt;&amp;nbsp; integer:: j,n&lt;BR /&gt;&amp;nbsp; complex(qp):: z,zseries(30) = [(cmplx(n,0,qp)/two,n=1,10),&amp;amp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (-1.4_qp+qpi*j/two,j=0,9), (1.4_qp-qpi*j/two,j=0,9)]&lt;BR /&gt;&amp;nbsp; do j = 1,size(zseries)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; z = zseries(j)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print "(SP,A,F37.33,A,F37.33,A)", '(',real(z),',',aimag(z),')'&lt;BR /&gt;&amp;nbsp; end do&lt;BR /&gt;end program prog&lt;/P&gt;&lt;P&gt;&amp;nbsp;Intel(R) Fortran 17.0-1589&lt;BR /&gt;iforttest2.f90(13): error #6973: This is not a valid initialization expression.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (-1.4_qp+qpi*j/two,j=0,9), (1.4_qp-qpi*j/two,j=0,9)]&lt;BR /&gt;---------------^&lt;BR /&gt;iforttest2.f90: 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.&amp;nbsp; Note: File and line given may not be explicit cause of this error.&lt;BR /&gt;compilation aborted for iforttest2.f90 (code 1)&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 00:35:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-when-initializing/m-p/1174802#M147059</guid>
      <dc:creator>Harper__John</dc:creator>
      <dc:date>2018-12-12T00:35:37Z</dc:date>
    </item>
    <item>
      <title>The code does not have any</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-when-initializing/m-p/1174803#M147060</link>
      <description>&lt;P&gt;The code does not have any problems with any compiler that I have at hand, including ifort 17.0.8, ifort 18.0.5 or ifort 19.0.1. An ICE is a compiler bug, yes, but obviously it has been fixed even in the v17 of ifort. So why don't you just upgrade?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 09:42:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/internal-compiler-error-when-initializing/m-p/1174803#M147060</guid>
      <dc:creator>Juergen_R_R</dc:creator>
      <dc:date>2018-12-12T09:42:49Z</dc:date>
    </item>
  </channel>
</rss>

