<?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 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/967904#M96237</link>
    <description>&lt;P&gt;Test program is below. Upon compiling:&lt;/P&gt;

&lt;P&gt;erpsim1:~/dcs16/linux_lib/test&amp;gt; ifort test.f90&lt;BR /&gt;
	test.f90(27): catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.&lt;BR /&gt;
	compilation aborted for test.f90 (code 1)&lt;/P&gt;

&lt;P&gt;erpsim1:~/dcs16/linux_lib/test&amp;gt; ifort --version&lt;BR /&gt;
	ifort (IFORT) 14.0.0 20130728&lt;/P&gt;

&lt;P&gt;erpsim1:~/dcs16/linux_lib/test&amp;gt; uname -a&lt;BR /&gt;
	Linux erpsim1.lns.cornell.edu 2.6.32-358.14.1.el6.x86_64 #1 SMP Tue Jul 16 14:24:33 CDT 2013 x86_64 x86_64 x86_64 GNU/Linux&lt;/P&gt;

&lt;P&gt;Test also fails with V13.&lt;/P&gt;

&lt;P&gt;------------------------------------------------------------------&lt;/P&gt;

&lt;P&gt;module bmad_struct2&lt;/P&gt;

&lt;P&gt;type target_point_struct&lt;BR /&gt;
	real :: r(3) = 0 ! (x, y, z)&lt;BR /&gt;
	end type&lt;/P&gt;

&lt;P&gt;type photon_target_struct&lt;BR /&gt;
	logical :: enabled = .false.&lt;BR /&gt;
	type (target_point_struct) :: corner(4) = target_point_struct()&lt;BR /&gt;
	type (target_point_struct) :: center = target_point_struct()&lt;BR /&gt;
	end type&lt;/P&gt;

&lt;P&gt;type photon_element_struct&lt;BR /&gt;
	type (photon_target_struct) :: target = photon_target_struct()&lt;BR /&gt;
	end type&lt;/P&gt;

&lt;P&gt;end module&lt;/P&gt;

&lt;P&gt;!--------------------------------------&lt;/P&gt;

&lt;P&gt;module bmad_cpp_test_mod&lt;/P&gt;

&lt;P&gt;use bmad_struct2&lt;/P&gt;

&lt;P&gt;contains&lt;/P&gt;

&lt;P&gt;subroutine test2_f_photon_target ()&lt;BR /&gt;
	implicit none&lt;BR /&gt;
	type(photon_target_struct) :: f_photon_target&lt;BR /&gt;
	end subroutine test2_f_photon_target&lt;/P&gt;

&lt;P&gt;end module&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2013 19:03:55 GMT</pubDate>
    <dc:creator>Sagan__David</dc:creator>
    <dc:date>2013-10-28T19:03:55Z</dc:date>
    <item>
      <title>Internal compiler error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/967904#M96237</link>
      <description>&lt;P&gt;Test program is below. Upon compiling:&lt;/P&gt;

&lt;P&gt;erpsim1:~/dcs16/linux_lib/test&amp;gt; ifort test.f90&lt;BR /&gt;
	test.f90(27): catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.&lt;BR /&gt;
	compilation aborted for test.f90 (code 1)&lt;/P&gt;

&lt;P&gt;erpsim1:~/dcs16/linux_lib/test&amp;gt; ifort --version&lt;BR /&gt;
	ifort (IFORT) 14.0.0 20130728&lt;/P&gt;

&lt;P&gt;erpsim1:~/dcs16/linux_lib/test&amp;gt; uname -a&lt;BR /&gt;
	Linux erpsim1.lns.cornell.edu 2.6.32-358.14.1.el6.x86_64 #1 SMP Tue Jul 16 14:24:33 CDT 2013 x86_64 x86_64 x86_64 GNU/Linux&lt;/P&gt;

&lt;P&gt;Test also fails with V13.&lt;/P&gt;

&lt;P&gt;------------------------------------------------------------------&lt;/P&gt;

&lt;P&gt;module bmad_struct2&lt;/P&gt;

&lt;P&gt;type target_point_struct&lt;BR /&gt;
	real :: r(3) = 0 ! (x, y, z)&lt;BR /&gt;
	end type&lt;/P&gt;

&lt;P&gt;type photon_target_struct&lt;BR /&gt;
	logical :: enabled = .false.&lt;BR /&gt;
	type (target_point_struct) :: corner(4) = target_point_struct()&lt;BR /&gt;
	type (target_point_struct) :: center = target_point_struct()&lt;BR /&gt;
	end type&lt;/P&gt;

&lt;P&gt;type photon_element_struct&lt;BR /&gt;
	type (photon_target_struct) :: target = photon_target_struct()&lt;BR /&gt;
	end type&lt;/P&gt;

&lt;P&gt;end module&lt;/P&gt;

&lt;P&gt;!--------------------------------------&lt;/P&gt;

&lt;P&gt;module bmad_cpp_test_mod&lt;/P&gt;

&lt;P&gt;use bmad_struct2&lt;/P&gt;

&lt;P&gt;contains&lt;/P&gt;

&lt;P&gt;subroutine test2_f_photon_target ()&lt;BR /&gt;
	implicit none&lt;BR /&gt;
	type(photon_target_struct) :: f_photon_target&lt;BR /&gt;
	end subroutine test2_f_photon_target&lt;/P&gt;

&lt;P&gt;end module&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 19:03:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/967904#M96237</guid>
      <dc:creator>Sagan__David</dc:creator>
      <dc:date>2013-10-28T19:03:55Z</dc:date>
    </item>
    <item>
      <title>And also still failing in our</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/967905#M96238</link>
      <description>&lt;P&gt;And also still failing in our Composer XE 2013 SP1 Update 1. Thank you for the convenient reproducer. I will report this to Development and post updates regarding a fix or work around as I learn it.&lt;/P&gt;

&lt;P&gt;(Internal tracking id: DPD200249412)&lt;BR /&gt;
	&lt;STRONG&gt;(Resolution Update on 09/16/2014): &lt;/STRONG&gt;This defect is fixed in the Intel® Parallel Studio XE 2015 Initial Release (2015.0.090 - Linux)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 19:07:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/967905#M96238</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2013-10-28T19:07:00Z</dc:date>
    </item>
    <item>
      <title>This issue has been fixed for</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/967906#M96239</link>
      <description>&lt;P&gt;This issue has been fixed for our major release later this year. Development is investigating fixing in the current 14.0 release; however, that is probably not likely due to the complexity of the fix. The internal error occurs related to the default initialization. A work around would be to create an initialization routine to explicitly set the fields to zero rather than depend on default initialization.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 10:33:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/967906#M96239</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2014-03-19T10:33:29Z</dc:date>
    </item>
    <item>
      <title>Just confirming again this</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/967907#M96240</link>
      <description>&lt;P&gt;Just confirming again this issue is resolved in the &lt;STRONG&gt;Intel® Parallel Studio XE 2015&lt;/STRONG&gt; release for Linux (Version 15.0.0.090 Build 20140723) now available from the Intel® Registration Center.&lt;/P&gt;

&lt;P&gt;Also, Development determined the complexity and associated risk to back port the fix into the current Intel® Composer XE 2013 SP1 (14.0 compiler) was too significant so please either upgrade to the newer release or continue using the earlier suggested work around.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2014 11:34:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/967907#M96240</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2014-09-16T11:34:50Z</dc:date>
    </item>
  </channel>
</rss>

